changed init example to correct template name (#744)
The correct template name is "with-tailwindcss"
This commit is contained in:
parent
35f7b474a1
commit
f33c775b93
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue