0
0
mirror of https://github.com/tj/n.git synced 2024-11-25 07:39:21 +01:00

Merge pull request #464 from sergei-zelinsky/patch-1

Fix README.md
This commit is contained in:
Troy Connor 2017-10-18 11:34:29 -04:00 committed by GitHub
commit f2e8425c10

View File

@ -40,7 +40,7 @@ As a result, both `n` itself and all `node` versions it manages are hosted insid
### Installing/Activating Versions
Simply execute `n <version>` to install a version of `node`. If `<version` has already been installed (via `n`), `n` will activate that version.
Simply execute `n <version>` to install a version of `node`. If `<version>` has already been installed (via `n`), `n` will activate that version.
$ n 0.8.14
$ n 0.8.17