Skip to content

Commit ecd5a25

Browse files
committed
updated README
1 parent 2f4bc62 commit ecd5a25

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,10 @@ Then open [`localhost:8000`](http://localhost:8000) in a browser.
3030

3131
## Demo & Examples via React Storybook
3232

33-
We have to first tell NPM that it can find this module here (where you cloned).
34-
35-
```bash
36-
npm link
37-
npm link react-chartjs-2
38-
```
39-
40-
Then you can just start up storybook
33+
We have to build the package, then you can run storybook.
4134

4235
```bash
36+
npm run build
4337
npm run storybook
4438
```
4539

0 commit comments

Comments
 (0)