diff --git a/README.md b/README.md index bdf8bb58b28e7e6928392dbff75b99e609e0828a..607a74593feb7e1005b31d50faf8c584f5b6148c 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ NVM for Windows is a command line tool. Simply type `nvm` in the console for hel - `nvm off`: Disable node.js version management (does not uninstall anything). - `nvm proxy [url]`: Set a proxy to use for downloads. Leave `[url]` blank to see the current proxy. Set `[url]` to "none" to remove the proxy. - `nvm uninstall `: Uninstall a specific version. -- `nvm use [arch]`: Switch to use the specified version. Optionally specify 32/64bit architecture. `nvm use ` will continue using the selected version, but switch to 32/64 bit mode based on the value supplied to ``. +- `nvm use [arch]`: Switch to use the specified version. Optionally specify 32/64bit architecture. `nvm use ` will continue using the selected version, but switch to 32/64 bit mode based on the value supplied to ``. For information about using `set` 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 node_mirror `: Set the node mirror.People in China can use *https://npm.taobao.org/mirrors/node/*