diff --git a/README.md b/README.md index 0b1606d..1cd1498 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,8 @@ NVM for Windows is a command line tool. Simply type `nvm` in the console for hel - **`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 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/* +- **`nvm node_mirror `**: Set the node mirror.People in China can use *https://npmmirror.com/mirrors/node/* +- **`nvm npm_mirror `**: Set the npm mirror.People in China can use *https://npmmirror.com/mirrors/npm/* ### :warning: Gotcha!