From ed12279e5376901f03fe1e7f864115d465f2384f Mon Sep 17 00:00:00 2001 From: Sulka Haro Date: Mon, 11 Sep 2017 20:18:09 +0300 Subject: [PATCH] Update README to reflect correct Node version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b1af708797..37e0008c705 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Clone this repo then install dependencies into the root of the project: $ npm install ``` -If deploying the software to Microsoft Azure, you must set *WEBSITE_NODE_DEFAULT_VERSION* in the app settings to *8.1.4* or the site deployment will fail. Other hosting environments do not require this setting. +If deploying the software to Microsoft Azure, you must set *WEBSITE_NODE_DEFAULT_VERSION* in the app settings to *8.4.0* or the site deployment will fail. Other hosting environments do not require this setting. # Usage