From d4b3867d204ddc2d033bac6d0c0bf3895841ddb7 Mon Sep 17 00:00:00 2001 From: Vishnu Prasad Date: Mon, 6 May 2024 20:21:58 +0530 Subject: [PATCH] Fixed a typo: 'The install' to 'To install' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b93c68..32e33dd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Manage multiple installations of node.js on a Windows computer. **tl;dr** Similar (not identical) to [nvm](https://github.com/creationix/nvm), but for Windows. Has an installer. [Download Now](https://github.com/coreybutler/nvm-windows/releases)! -This has always been a node version manager, not an io.js manager, so there is no back-support for io.js. Node 4+ is supported. Remember when running `nvm install` or `nvm use`, Windows usually requires administrative rights (to create symlinks). To install the latest version of Node.js, run `nvm install latest`. The install the latest stable version, run `nvm install lts`. +This has always been a node version manager, not an io.js manager, so there is no back-support for io.js. Node 4+ is supported. Remember when running `nvm install` or `nvm use`, Windows usually requires administrative rights (to create symlinks). To install the latest version of Node.js, run `nvm install latest`. To install the latest stable version, run `nvm install lts`. ![NVM for Windows](https://github.com/coreybutler/staticassets/raw/master/images/nvm-1.1.8-screenshot.jpg)