diff options
Diffstat (limited to '')
-rw-r--r-- | examples/with-markdown/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown/README.md b/examples/with-markdown/README.md index d317547cb..8f72ad497 100644 --- a/examples/with-markdown/README.md +++ b/examples/with-markdown/README.md @@ -1,7 +1,7 @@ # Astro Example: Markdown ``` -npm init astro --template with-markdown +npm init astro -- --template with-markdown ``` This example showcases Astro's [built-in Markdown support](../../docs/markdown.md). |