diff --git a/README.md b/README.md index c35d2f41..0054ccb9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ yarn add @storybook/test-runner -D Jest is a peer dependency. If you don't have it, also install it ```jsx -yarn add jest -D +yarn add jest@27 -D ```