From a156f05002d5d118751a010bed7bc4b3d4884da0 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 17 Aug 2017 20:02:38 +0800 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71ea0f1..b39b7e9 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ GET /api/v1/key?op=verifyRemove&keyId=b8e4105cc9dedc77&nonce=6a314915c09368224b1 # Development -The server is written is in JavaScript ES6 and runs on [Node.js](https://nodejs.org/) v4+. It uses [MongoDB](https://www.mongodb.com/) v2.4+ as its database. +The server is written is in JavaScript ES7 and runs on [Node.js](https://nodejs.org/) v8+. It uses [MongoDB](https://www.mongodb.com/) v3.2+ as its database. ## Install Node.js (Mac OS)