lukechilds / zsh-nvm

Zsh plugin for installing, updating and loading nvm
MIT License
2.24k stars 113 forks source link

typo fix - wrong command #37

Closed AlexxNica closed 7 years ago

AlexxNica commented 7 years ago
-You can install the latest Node.js nightlies or release candidates with `npm install nightly|rc`.
+You can install the latest Node.js nightlies or release candidates with `nvm install nightly|rc`.
lukechilds commented 7 years ago

Woops, good spot, thanks!