From 01bc3bf0640440fc2d5f888123f735af1a7ab5ce Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 14 Jun 2017 15:18:53 -0600 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62cf180..5d74d16 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ echo "Current node.js version is $(curl -fsSL https://nodejs.org/dist/index.tab ```bash # To install a specific version rather than defaulting to latest # latest version at time of writing are v4.4.1 and v5.9.1 -echo "v5.9.1" > /tmp/NODE_VER +echo "v7.9.0" > /tmp/NODEJS_VER ``` ## Notes