From eb8b4def3b9b7829d5f56c40b2b3dedc3d5448ef Mon Sep 17 00:00:00 2001 From: Raphael Martin Schindler Date: Mon, 6 Sep 2021 09:40:54 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42ef45e..22fd466 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Zsh plugin for installing, updating and loading `nvm` -[`nvm`](https://github.com/nvm-sh/nvm) is an awesome tool but it can be kind of a pain to install and keep up to date. This zsh plugin allows you to quickly setup `nvm` once, save it in your dotfiles, then never worry about it again. +[`nvm`](https://github.com/nvm-sh/nvm) is an awesome tool but it can be kind of a pain to install and keep up to date. This zsh plugin allows you to quickly set up `nvm` once, save it in your dotfiles, then never worry about it again. The plugin will install the latest stable release of `nvm` if you don't already have it, and then automatically `source` it for you. You can upgrade `nvm` to the latest version whenever you want without losing your installed `node` versions by running `nvm upgrade`.