diff options
author | 2021-07-20 20:06:11 -0500 | |
---|---|---|
committer | 2021-07-20 20:06:11 -0500 | |
commit | 8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29 (patch) | |
tree | 4bcaeee237df7831ac26d4bb651f63c50d8f88e5 /examples/with-markdown | |
parent | c1e304dfb8ce5a6939010c673db52bd29b33d4d3 (diff) | |
download | astro-8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29.tar.gz astro-8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29.tar.zst astro-8eeb6b4fe8e116f34a2058891d180dbb6fbcdc29.zip |
Docs: npm@7 requires an extra `--` for arguments passed to the command, per @natemoo-re's description. (#786)
Diffstat (limited to 'examples/with-markdown')
-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). |