📝 Fix tailwind template instructions

This commit is contained in:
Alexandre
2021-12-10 22:06:22 +01:00
committed by GitHub
parent b64e4da1af
commit 6733ff712e
+1 -1
View File
@@ -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
```