Skip to content

Commit 51c2bad

Browse files
authored
Merge pull request #310 from mrogach2350/patch-1
Fixes typo in readme
2 parents dcd6ab8 + 3c19304 commit 51c2bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Pluggable components to add a trello-like kanban board to your application
2727

2828
## Getting Started
2929

30-
Install using yarn or yarn
30+
Install using npm or yarn
3131

3232
```bash
33-
$ yarn install --save react-trello
33+
$ npm install --save react-trello
3434
```
3535

3636
or

0 commit comments

Comments
 (0)