Fix minimum version requirement

Closes #18, probably.
This commit is contained in:
Domenic Denicola 2020-08-08 14:18:49 -04:00
commit 2d856c1de8
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ Scrapes the web serial [_Worm_](https://parahumans.wordpress.com/) and its seque
## How to use
First you'll need a modern version of [Node.js](https://nodejs.org/en/). Install whatever is current (not LTS); at least v10.x is necessary.
First you'll need a modern version of [Node.js](https://nodejs.org/en/). Install whatever is current (not LTS); at least v12.10.0 is necessary.
Then, open a terminal ([Mac documentation](http://blog.teamtreehouse.com/introduction-to-the-mac-os-x-command-line), [Windows documentation](http://www.howtogeek.com/235101/10-ways-to-open-the-command-prompt-in-windows-10/)) and install the program by typing

View file

@ -35,6 +35,6 @@
"eslint": "7.3.1"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.10.0"
}
}