Updated @storybook/addon-jest README.md installation instructions (#6952)

Updated @storybook/addon-jest README.md installation instructions
This commit is contained in:
Michael Shilman 2019-06-03 12:20:01 -07:00 committed by GitHub
commit 6550b4cf3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Brings Jest results in storybook.
### Install
`yarn add --save-dev @storybook/addon-jest --dev`
`npm install --save-dev @storybook/addon-jest`
or