Skip to content

Commit

Permalink
Cleanup install instructions formatting, p11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Drechsel committed Nov 5, 2019
1 parent cc3b9ef commit 443092d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Pi and Linux users can install latest versions of Node and NPM together with thi

Windows and Mac users can install Node from the nodejs.org web site.

Older Raspbian users (eg thouse running Jessie) can install NodeJS and NPM with these commands
Older Raspbian users (eg those running Jessie) can install NodeJS and NPM with these commands

```
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
Expand All @@ -74,13 +74,13 @@ Older Raspbian users (eg thouse running Jessie) can install NodeJS and NPM with

#### STEP 2.2 - UPDATE NPM

If using NVM to manage your Node.js version, the following will update NPM to the latest supported on your version of Node.js:
If using [`NVM`](https://github.com/nvm-sh/nvm) to manage your Node.js version, the following will update NPM to the latest supported on your version of Node.js:

```
nvm install-latest-npm
```

Otherwise you can use NPM to update itself the latest NPM with this command:
Otherwise you can use NPM to update itself with this command:

```
sudo npm install -g npm@latest
Expand Down

0 comments on commit 443092d

Please sign in to comment.