Merge pull request #32 from TimOetting/patch-1

fixed typo at `npm install` (missing "install")
main
Jerric Lyns John 1 year ago committed by GitHub
commit 18572f359d
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