Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Apr 17, 2024
1 parent 4e94e82 commit 3608bb8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -15,8 +15,16 @@

### Install MSW and the addon

With npm:

```sh
npm i msw msw-storybook-addon -D
```

Or with yarn:

```sh
npx storybook@latest add msw-storybook-addon
yarn add msw msw-storybook-addon -D
```

### Generate service worker for MSW in your public folder.
Expand Down

0 comments on commit 3608bb8

Please sign in to comment.