From 5a02e32aec49a13b01344463437d27849d59399c Mon Sep 17 00:00:00 2001 From: Eduard Bopp Date: Fri, 15 May 2020 15:53:56 +0200 Subject: [PATCH] Mention updated Node version 12.x in README Just passing by I noticed that it seems like it was overlooked to update the README in https://github.com/mozilla/send/commit/89469e3c9cae3d1f28a8bcac54870ce55af3c34c --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a2014af..86c1457f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A file sharing experiment which allows you to send encrypted files to other user ## Requirements -- [Node.js 10.x](https://nodejs.org/) +- [Node.js 12.x](https://nodejs.org/) - [Redis server](https://redis.io/) (optional for development) - [AWS S3](https://aws.amazon.com/s3/) or compatible service. (optional)