From b28ef889228de8e7899e4ba8546c1483b42243ae Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 19 May 2018 22:08:56 -0400 Subject: [PATCH] npm update --- _articles/miscellaneous/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/miscellaneous/cli.md b/_articles/miscellaneous/cli.md index 8eeab098..077440da 100644 --- a/_articles/miscellaneous/cli.md +++ b/_articles/miscellaneous/cli.md @@ -296,7 +296,7 @@ The `update` command allows you to check if your CLI is up to date. The CLI will A URL to download a new version of the CLI executable will be returned to you. {% note %} -If you have installed the CLI through a package managers (such as NPM), you should use the update commands available for that tool. For example, `npm update -g @bitwarden/cli`. +If you have installed the CLI through a package managers (such as NPM), you should use the update commands available for that tool. For example, `npm install -g @bitwarden/cli` will update you to the latest version of the CLI on NPM. {% endnote %} ### Version