Skip to content

Commit

Permalink
Merge pull request #32 from TimOetting/patch-1
Browse files Browse the repository at this point in the history
fixed typo at `npm install` (missing "install")
  • Loading branch information
jerriclynsjohn committed Mar 11, 2023
2 parents d48bdbd + eecc9b5 commit 18572f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

1 comment on commit 18572f3

@vercel
Copy link

@vercel vercel bot commented on 18572f3 Mar 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.