changed init example to correct template name (#744)

The correct template name is "with-tailwindcss"
This commit is contained in:
Mats 2021-07-19 00:24:21 +02:00 committed by GitHub
parent 35f7b474a1
commit f33c775b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Astro with Tailwind # 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. Astro comes with [Tailwind](https://tailwindcss.com) support out of the box. This example showcases how to style your Astro project with Tailwind.