From f33c775b93d2998d8da8a4f71a5ee4fb6abdd949 Mon Sep 17 00:00:00 2001 From: Mats Date: Mon, 19 Jul 2021 00:24:21 +0200 Subject: [PATCH] changed init example to correct template name (#744) The correct template name is "with-tailwindcss" --- examples/with-tailwindcss/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.