Skip to content

Commit

Permalink
MIGRATE addon-viewports documentation to triconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Nov 26, 2019
1 parent 2f122d8 commit fca309b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/viewport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ addParameters({

### Use Custom Set of Devices

This will replace all previous devices with `Kindle Fire 2` and `Kindle Fire HD` by calling `addParameters` with the two devices as `viewports` in `config.js` file in your `.storybook` directory.
This will replace all previous devices with `Kindle Fire 2` and `Kindle Fire HD` by calling `addParameters` with the two devices as `viewports` in `.storybook/preview.js` file.

```js
import { addParameters } from '@storybook/react';
Expand Down

0 comments on commit fca309b

Please sign in to comment.