diff --git a/README.md b/README.md index 651b953..6bc070b 100644 --- a/README.md +++ b/README.md @@ -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.