Skip to content

Commit 20fde34

Browse files
committed
update docs for yarn
1 parent bdf3a23 commit 20fde34

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: npm start
1+
web: yarn start

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ A memory game using React.
1313

1414
- [Node.js](https://nodejs.org/en/)
1515
- [npm](https://www.npmjs.com)
16+
- [yarn](https://www.npmjs.com/package/yarn)
1617

1718
### Installing
1819

1920
1. Clone this repo down to your local machine
20-
2. `npm install`
21+
2. `yarn install`
2122

2223
### Running
2324

24-
1. `npm start`
25+
1. `yarn start`
2526

2627
## Author
2728

0 commit comments

Comments
 (0)