diff --git a/README.md b/README.md index aa7d4c4..ae9b63c 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ or, you can at any time run the following command to get the latest supported np nvm install-latest-npm ``` -If you've already gotten an error to the effect of "npm does not support Node.js", you'll need to (1) revert to a previous node version (`nvm ls` & `nvm use `, (2) delete the newly created node version (`nvm uninstall `), then (3) rerun your `nvm install` with the `--latest-npm` flag. +If you've already gotten an error to the effect of "npm does not support Node.js", you'll need to (1) revert to a previous node version (`nvm ls` & `nvm use `), (2) delete the newly created node version (`nvm uninstall `), then (3) rerun your `nvm install` with the `--latest-npm` flag. ### Default Global Packages From File While Installing