diff options
Diffstat (limited to '')
-rw-r--r-- | examples/blog-multiple-authors/README.md | 2 | ||||
-rw-r--r-- | examples/blog/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog-multiple-authors/README.md b/examples/blog-multiple-authors/README.md index 2041dd1a2..d2f1f31fd 100644 --- a/examples/blog-multiple-authors/README.md +++ b/examples/blog-multiple-authors/README.md @@ -1,7 +1,7 @@ # Astro Starter Kit: Blog with Multiple Authors ``` -npm init astro --template blog-multiple-authors +npm init astro -- --template blog-multiple-authors ``` > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! diff --git a/examples/blog/README.md b/examples/blog/README.md index ae86603df..73a4d30ca 100644 --- a/examples/blog/README.md +++ b/examples/blog/README.md @@ -1,7 +1,7 @@ # Astro Starter Kit: Blog ``` -npm init astro --template blog +npm init astro -- --template blog ``` > 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun! |