Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Merge pull request #168 from ax-6/main
  • Loading branch information
ax-6 authored Jan 1, 2025
2 parents 3984a85 + 363c60e commit e7553a8
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<h2 align="center">AQ</h2>
<p align="center">AQ is a fast, small, simple and safe interpreted programming language. It may be a great work. </p>
</p>

<p align="center">
<a href="https://www.producthunt.com/posts/aq-2?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-aq&#0045;2" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=704776&theme=light" alt="AQ - AQ&#0032;is&#0032;a&#0032;fast&#0044;&#0032;small&#0044;&#0032;simple&#0032;and&#0032;safe&#0032;programming&#0032;language&#0046; | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
</p>
<p align="center">
<a href="https://github.com/aq-org/AQ/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/badge/license-AQ-dark" />
Expand Down Expand Up @@ -291,9 +293,13 @@ Click to view development progress
</tr>
</table>



<!-- Made with [OSS Insight](https://ossinsight.io/) -->
<a href="https://star-history.com/#aq-org/AQ&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=aq-org/AQ&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=aq-org/AQ&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=aq-org/AQ&type=Date" />
</picture>
</a>

## Quick Start
### Install
Expand Down Expand Up @@ -342,6 +348,19 @@ You can find information in <a href="/docs/standard.md">Language standards</a>.

AQ is an open source project and everyone is welcome to contribute to it! Whether it's filing a bug report, participating in code development, improving documentation, or providing suggestions, any kind of contribution is highly appreciated.

### Our Developers
<a href="https://github.com/aq-org/AQ/graphs/contributors">
<img src="https://contrib.rocks/image?repo=aq-org/AQ" />
</a>


### Our Sponsors
<div align="center">
<a href="https://opencollective.com/body-count" align="center"><img src="./docs/heymanbug.png"></img></a><br/>
<a href="https://opencollective.com/body-count" align="center"><b>heymanbug</b></a>
<b align="center">$200</b>
</div>

## License

**AQ** is based on `AGPL-3.0` or [AQ License](https://github.com/aq-org/AQ/blob/main/aq-license.txt). This is a `license` designed specifically for **AQ** to protect **AQ**'s `intellectual property` and `community interests`.
Expand Down

0 comments on commit e7553a8

Please sign in to comment.