diff options
author | 2021-07-15 15:36:34 -0400 | |
---|---|---|
committer | 2021-07-15 15:36:34 -0400 | |
commit | e14696957108dfc6610dac73ec98a0fbf6a01a53 (patch) | |
tree | 97aac9f15e58906101074cc13277ed20a040b0c8 | |
parent | f412aedd4cbb9970da22d4b9942c62e5e194caf4 (diff) | |
download | astro-e14696957108dfc6610dac73ec98a0fbf6a01a53.tar.gz astro-e14696957108dfc6610dac73ec98a0fbf6a01a53.tar.zst astro-e14696957108dfc6610dac73ec98a0fbf6a01a53.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 fded7ccb7..9199ab4d9 100644 --- a/packages/astro/README.md +++ b/packages/astro/README.md @@ -11,7 +11,7 @@ Learn more: https://astro.build/blog/introducing-astro ## 🔧 Quick Start ```bash -# Get started with Astro in 3 easy steps: +# get started with astro in 3 easy steps: mkdir new-project-directory cd new-project-directory npm init astro |