From 3608bb8c860450e3e5427ba5201770aef291fd58 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Wed, 17 Apr 2024 12:50:44 +0200 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.