Skip to content

Commit 4b55f4e

Browse files
committed
Update README for yarn.
1 parent e6b2d8e commit 4b55f4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Having fun with Functional Reactive Programming using BaconJS.
99

1010
## How to run
1111

12-
npm install
13-
npm start -- <number(s)>
12+
yarn
13+
yarn start <number(s)>
1414

1515
For example
1616

17-
npm start -- 1 2 3
17+
yarn start 1 2 3
1818

1919
## Run tests
2020

21-
npm install
22-
npm test
21+
yarn
22+
yarn test

0 commit comments

Comments
 (0)