Skip to content

Commit a3b3ea1

Browse files
authored
add example yarn install (#511)
1 parent 7e8bf05 commit a3b3ea1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ Then open [`localhost:6006`](http://localhost:6006) in a browser.
4444
npm install --save react-chartjs-2 chart.js
4545
```
4646

47+
## Installation via YARN
48+
49+
```bash
50+
yarn add react-chartjs-2 chart.js
51+
```
52+
4753

4854
## Usage
4955

0 commit comments

Comments
 (0)