diff options
author | 2021-07-19 00:24:21 +0200 | |
---|---|---|
committer | 2021-07-18 17:24:21 -0500 | |
commit | f33c775b93d2998d8da8a4f71a5ee4fb6abdd949 (patch) | |
tree | 246e84b93238b3a74dcf2a23ec3fa92604178994 /examples | |
parent | 35f7b474a18f99270e5d11560b6484eeb64b338f (diff) | |
download | astro-f33c775b93d2998d8da8a4f71a5ee4fb6abdd949.tar.gz astro-f33c775b93d2998d8da8a4f71a5ee4fb6abdd949.tar.zst astro-f33c775b93d2998d8da8a4f71a5ee4fb6abdd949.zip |
changed init example to correct template name (#744)
The correct template name is "with-tailwindcss"
Diffstat (limited to 'examples')
-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 8f7ad152e..d13d4797e 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-tailwind +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. |