We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bcd9ec + f843313 commit 401b9afCopy full SHA for 401b9af
package.json
@@ -22,7 +22,7 @@
22
"test": "npm run lint"
23
},
24
"engines": {
25
- "node": "12.x"
+ "node": ">=12.x"
26
27
"author": "[email protected]",
28
"license": "ISC",
readme.md
@@ -61,7 +61,9 @@ curl https://corona-stats.online?format=json
61
62
## Local Command (For coloured output)
63
64
-### Install
+Note: NodeJS version 12 recommended. You can download it [here](https://nodejs.org/en/download/).
65
+
66
+**Install**
67
68
``` sh
69
npm install coronavirus-tracker-cli -g
0 commit comments