From bd67bf4dbbeadbeca9e31e8fb31dfb3656119a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Tozatti=20Risso?= <jvtr12@inf.ufpr.br> Date: Fri, 2 Sep 2016 14:34:15 -0300 Subject: [PATCH] Fix missing line break in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Victor Tozatti Risso <jvtr12@inf.ufpr.br> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00e89a48..41202e14 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Previous versions of Node.js do not support ECMAScript6, it is recommended to us 2) Install Node.js via NVM > source ~/.bashrc + > nvm install v4.5.0 3) Enable Node.js -- GitLab