Skip to content

Commit f30ea1f

Browse files
committed
chore: update correct requirements to readme
1 parent 0348a2a commit f30ea1f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ This starter kit comes with the following features:
2222

2323
## Requirements
2424

25-
- NodeJS > 10.x
26-
- Yarn > 1.x
27-
- NPM > 5.x
25+
- NodeJS > 12.x
26+
- NPM > 6.x
2827

2928
## How to use it?
3029

3130
1. Download this project as a zip.
32-
2. Run `yarn install`
31+
2. Run `npm install`
3332
3. Run `npm run nodemon:start`
3433
4. Visit [http://localhost:8080/documentation](http://localhost:8080/documentation) to view swagger docs.
3534
5. Visit [http://localhost:8080/api/users](http://localhost:8080/api/users) to test the REST API.

0 commit comments

Comments
 (0)