diff options
author | 2021-05-17 10:21:37 -0500 | |
---|---|---|
committer | 2021-05-17 10:21:37 -0500 | |
commit | 27a7986a384263fab81695e1f9b16eb2f12caa2c (patch) | |
tree | ae371850e3257c0d76c269fa85e7777f618fa7cf | |
parent | 512670bedd235db58343a9c73409e871afd2f47c (diff) | |
download | astro-27a7986a384263fab81695e1f9b16eb2f12caa2c.tar.gz astro-27a7986a384263fab81695e1f9b16eb2f12caa2c.tar.zst astro-27a7986a384263fab81695e1f9b16eb2f12caa2c.zip |
chore: remove shhhhh from README
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7,8 +7,7 @@ With Astro, you can use your favorite JavaScript framework and automatically shi ## 🔧 Setup ```bash -# currently "hidden" during private beta -npm init astro@shhhhh ./my-astro-project +npm init astro ./my-astro-project # then... cd => install => start cd ./my-astro-project |