chore: Update addons/centered/README.md

Co-Authored-By: BartWaardenburg <bartwaardenburg@gmail.com>
This commit is contained in:
Igor 2018-12-04 10:56:00 +01:00 committed by GitHub
parent 9b4d4997f1
commit 537774679a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ example for Preact:
```js
import { storiesOf } from '@storybook/preact';
import centered from '@storybook/addon-centered';
import centered from '@storybook/addon-centered/preact';
import MyComponent from '../Component';