diff options
author | 2023-12-08 09:02:09 +0100 | |
---|---|---|
committer | 2023-12-08 09:02:09 +0100 | |
commit | a7a46b1a5d86ce7e0cf305065ce419792f80f43d (patch) | |
tree | 05a3813ed878c0497bec0e4536b250c7efaa7266 | |
parent | 1b4e91898116f75b02b66ec402385cf44e559118 (diff) | |
download | astro-a7a46b1a5d86ce7e0cf305065ce419792f80f43d.tar.gz astro-a7a46b1a5d86ce7e0cf305065ce419792f80f43d.tar.zst astro-a7a46b1a5d86ce7e0cf305065ce419792f80f43d.zip |
feat(badges): add github badge (#9231)
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ <br/><br/> </p> +<div align="center"> + +[](https://github.com/withastro/astro/blob/main/LICENSE) +[](https://badge.fury.io/js/astro) +</div> + ## Install The **recommended** way to install the latest version of Astro is by running the command below: |