From 6733ff712ebcfef349b938538fa0c37031ea77f0 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Fri, 10 Dec 2021 22:06:22 +0100 Subject: [PATCH] :pencil: Fix tailwind template instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94a24b4..d559b16 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ $ npm install # or pnpm install or yarn install ```bash # Typescript + tailwindcss template -$ npx degit solidjs/templates/ts-tailwind my-solid-project +$ npx degit solidjs/templates/ts-tailwindcss my-solid-project $ cd my-solid-project $ npm install # or pnpm install or yarn install ```