Skip to content

Commit de2c197

Browse files
authored
Merge pull request #31 from inuscript/patch-1
Fix polyfill command example
2 parents 954beb7 + 74a56ec commit de2c197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Create a file like [this](https://github.com/kadirahq/storyshots/blob/master/src
144144
Then, run StoryShots like this:
145145
146146
```sh
147-
npm run test-storybook -- --polyfills=loaders.js
147+
npm run test-storybook -- --polyfills=polyfills.js
148148
```
149149
150150
## Other Features

0 commit comments

Comments
 (0)