Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit dfcde21

Browse files
committed
correct required node version
1 parent 849ab90 commit dfcde21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Previously Node 4.2.3 or later was required, but that version of Node will soon
9797

9898
## Getting started
9999

100-
Your system will need [Node.js](https://nodejs.org) v4+ installed. Check that you have a recent enough version by running `node -v` in your terminal. Node.js comes bundled with `npm`, the Node.js package management tool, which you'll use to install this package.
100+
Your system will need [Node.js](https://nodejs.org) v8+ installed. Check that you have a recent enough version by running `node -v` in your terminal. Node.js comes bundled with `npm`, the Node.js package management tool, which you'll use to install this package.
101101

102102
### Installation
103103

0 commit comments

Comments
 (0)