From fb59c34f2505a51390c69fafc143855551659281 Mon Sep 17 00:00:00 2001 From: Andrei K Date: Wed, 21 Feb 2018 22:23:46 -0800 Subject: [PATCH] Fixed line breaks in README Fixed line breaks in README usage examples. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bd2fe46..7550323 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,12 @@ bleeding edge version without uninstalling the stable version of node, this util It comes with an installer (and uninstaller), because getting it should be easy. Please note, you need to uninstall any existing versions of node.js before installing NVM for Windows. Also delete any existing nodejs installation directories (e.g., "C:\Program Files\nodejs") that might remain. NVM's generated symlink will not overwrite an existing (even empty) installation directory. You should also delete the existing npm install location (e.g. "C:\Users\\AppData\Roaming\npm") so that the nvm install location will be correctly used instead. After install, reinstalling global utilities (e.g. gulp) will have to be done for each installed version of node: - -`nvm use 4.4.0` -`npm install gulp-cli -g` -`nvm use 0.10.33` -`npm install gulp-cli -g` - +``` +nvm use 4.4.0 +npm install gulp-cli -g +nvm use 0.10.33 +npm install gulp-cli -g +``` [Download the latest installer from the releases](https://github.com/coreybutler/nvm/releases). ![NVM for Windows Installer](http://i.imgur.com/x8EzjSC.png)