diff options
author | 2021-07-01 05:43:25 -0700 | |
---|---|---|
committer | 2021-07-01 08:43:25 -0400 | |
commit | 67ef02534febe03d7a0a5aea82b0087e2165f772 (patch) | |
tree | a693307cac02d1fa72ac529255d8bec74d83c67d /examples/blog/README.md | |
parent | 8f74b3bdbb1cae31e036daf1b7f5fc28686ddd4d (diff) | |
download | astro-67ef02534febe03d7a0a5aea82b0087e2165f772.tar.gz astro-67ef02534febe03d7a0a5aea82b0087e2165f772.tar.zst astro-67ef02534febe03d7a0a5aea82b0087e2165f772.zip |
update example readmes (#591)
* update example readmes
* Update README.md
Diffstat (limited to 'examples/blog/README.md')
-rw-r--r-- | examples/blog/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/blog/README.md b/examples/blog/README.md index 59df007d1..ae86603df 100644 --- a/examples/blog/README.md +++ b/examples/blog/README.md @@ -1,4 +1,8 @@ -# Astro Blog Example +# Astro Starter Kit: Blog + +``` +npm init astro --template blog +``` > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! |