Update README.md

This commit is contained in:
Norbert de Langen 2017-09-12 14:34:02 +02:00 committed by GitHub
parent 96534246f1
commit 242cb8a339

View File

@ -15,7 +15,10 @@ This addon works with Storybook for:
## Getting Started
You can use this addon without installing it.
Install this addon by adding the `@storybook/addon-links` dependency:
```sh
yarn add @storybook/addon-links
```
First configure it as an addon by adding it to your addons.js file (located in the Storybook config directory).