Update README.md

This commit is contained in:
Yang Li 2017-05-31 14:25:12 +08:00 committed by GitHub
parent fceded04b9
commit c5bc6d2344

View File

@ -19,7 +19,7 @@ This addon works with Storybook for:
Install: Install:
```sh ```sh
npm i @storybook/addon-actions npm i -D @storybook/addon-actions
``` ```
Import the `action` function and use it to create actions handlers. When creating action handlers, provide a **name** to make it easier to identify. Import the `action` function and use it to create actions handlers. When creating action handlers, provide a **name** to make it easier to identify.