fixed typo at `npm install` (missing "install")

pull/32/head
Tim Ötting 1 year ago committed by GitHub
parent d48bdbda2c
commit eecc9b5077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -10,7 +10,7 @@ Visit the website to see the outcome: [Svelte + Storybook + TailwindCSS](https:/
npx degit jerriclynsjohn/svelte-storybook-tailwind my-svelte-project
cd my-svelte-project
npm
npm install
npm run dev
npm run storybook
```

Loading…
Cancel
Save