diff options
author | 2021-07-15 15:37:59 -0400 | |
---|---|---|
committer | 2021-07-15 15:37:59 -0400 | |
commit | af358ecee184657f2a0d53d8fe2690185779ada3 (patch) | |
tree | c27b0b7715ce6c7c4d9c5b7b3aa96b92e4558dc8 | |
parent | e14696957108dfc6610dac73ec98a0fbf6a01a53 (diff) | |
download | astro-af358ecee184657f2a0d53d8fe2690185779ada3.tar.gz astro-af358ecee184657f2a0d53d8fe2690185779ada3.tar.zst astro-af358ecee184657f2a0d53d8fe2690185779ada3.zip |
Update README.md
-rw-r--r-- | packages/astro/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/README.md b/packages/astro/README.md index 9199ab4d9..209ab9956 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -8,7 +8,7 @@ Learn more: https://astro.build/blog/introducing-astro ⚠️ **Astro is still an early beta, missing features and bugs are to be expected!** If you can stomach it, then Astro-built sites are production ready and several production websites built with Astro already exist in the wild. We will update this note once we get closer to a stable, v1.0 release. -## 🔧 Quick Start +## Quick Start ```bash # get started with astro in 3 easy steps: |