From 38d48d5acf0fd234fdc53e142fd780a798905b0a Mon Sep 17 00:00:00 2001 From: coreybutler Date: Thu, 9 Dec 2021 14:02:28 -0600 Subject: [PATCH] Updated README (typo fixes) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b1606d..5af0bd9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
The Microsoft/npm/Google recommended Node.js version manager for Windows.
- +
This is not the same thing as nvm! (expand for details) @@ -33,7 +33,6 @@ _The original [nvm](https://github.com/nvm-sh/nvm) is a completely separate proj
Running into issues? See the common issues wiki.
- ## Overview Manage multiple installations of node.js on a Windows computer. @@ -100,7 +99,7 @@ NVM for Windows is a command line tool. Simply type `nvm` in the console for hel - **`nvm uninstall `**: Uninstall a specific version. - **`nvm use [arch]`**: Switch to use the specified version. Optionally use `latest`, `lts`, or `newest`. `newest` is the latest _installed_ version. Optionally specify 32/64bit architecture. `nvm use ` will continue using the selected version, but switch to 32/64 bit mode. For information about using `use` in a specific directory (or using `.nvmrc`), please refer to [issue #16](https://github.com/coreybutler/nvm-windows/issues/16). - **`nvm root `**: Set the directory where nvm should store different versions of node.js. If `` is not set, the current root will be displayed. -- **`nvm version`: Displays the current running version of NVM for Windows. +- **`nvm version`**: Displays the current running version of NVM for Windows. - **`nvm node_mirror `**: Set the node mirror.People in China can use *https://npm.taobao.org/mirrors/node/* - **`nvm npm_mirror `**: Set the npm mirror.People in China can use *https://npm.taobao.org/mirrors/npm/* @@ -174,6 +173,7 @@ Thanks to everyone who has submitted issues on and off Github, made suggestions, - [@vkbansal](https://github.com/vkbansal), who provided significant early feedback throughout the early releases. - [@rainabba](https://github.com/rainabba) and [@sullivanpt](https://github.com/sullivanpt) for getting Node v4 support integrated. - [@s-h-a-d-o-w](https://github.com/s-h-a-d-o-w) who resolved the longstanding space escaping issue in path names ([#355](https://github.com/coreybutler/nvm-windows/pull/355)). +- [ajyong](https://github.com/ajyong) who sponsored the code signing certificate in late 2021.