From 633b8d419f4155ead488a9248c52fea1238af093 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 6 Jan 2019 15:13:07 +0200 Subject: [PATCH] Mention node 8.x as recommended in development docs Co-Authored-By: jaywink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8852fc9bf0..c70f68902b 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ for now. Development =========== -Ensure you have the latest stable Node JS runtime installed. Then check out +Ensure you have the latest stable Node JS runtime installed (v8.x is the best choice). Then check out the code and pull in dependencies: ```bash