Skip to content

Commit

Permalink
Update README for addon-storyshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bertet committed Mar 27, 2018
1 parent 492e316 commit e7d6ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/storyshots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ You might use `getGotoOptions` to specify options when the storybook is navigati

```js
import initStoryshots, { imageSnapshot } from '@storybook/addon-storyshots';
const getGotoOptions = ({context, url}) {
const getGotoOptions = ({context, url}) => {
return {
waitUntil: 'networkidle0',
}
Expand Down

0 comments on commit e7d6ab7

Please sign in to comment.