Fixed minimum NodeJS version
NodeJS version was increased due to http header splitting vulnerability
This commit is contained in:
parent
8f1c404724
commit
31faaf147e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,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 a new issue