Merge pull request #535 from LuFlo/master
Fixed minimum NodeJS version in README
This commit is contained in:
commit
c68f796891
|
@ -15,7 +15,7 @@ A file sharing experiment which allows you to send encrypted files to other user
|
|||
|
||||
## Requirements
|
||||
|
||||
- [Node.js 8+](https://nodejs.org/)
|
||||
- [Node.js 8.2+](https://nodejs.org/)
|
||||
- [Redis server](https://redis.io/)
|
||||
|
||||
**NOTE:** To run the project, make sure you have a Redis server running locally:
|
||||
|
|
Loading…
Reference in New Issue