coreybutler / nvm-windows

A node.js version management utility for Windows. Ironically written in Go.
MIT License
36.01k stars 3.24k forks source link

Fixed a small typo from README.md #1135

Closed VISHNU-LMNTRIX closed 2 months ago

VISHNU-LMNTRIX commented 2 months ago

Changed "The install the latest stable..." to "To install the latest stable...".

The corrected version of the paragraph now reads: "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."