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-tailwindcss/README.md | |
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 '')
-rw-r--r-- | examples/with-tailwindcss/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-tailwindcss/README.md b/examples/with-tailwindcss/README.md index d13d4797e..8f5a7064b 100644 --- a/examples/with-tailwindcss/README.md +++ b/examples/with-tailwindcss/README.md @@ -1,7 +1,7 @@ # Astro with Tailwind ``` -npm init astro --template with-tailwindcss +npm init astro -- --template with-tailwindcss ``` Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind. |