Skip to content

Commit

Permalink
chore(docs): fix case of Homebrew (#20955)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jan 29, 2020
1 parent f671f86 commit 4ad2a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/upgrading-node-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ There are multiple ways to update your version of Node.js depending on how you o

This is the recommended way to install a newer version of Node.

You will have homebrew installed on your computer if you [followed part zero of the Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-zero/#-install-nodejs-and-npm). Homebrew is a program that allows you to install specific versions of Node.js (and other software).
You will have Homebrew installed on your computer if you [followed part zero of the Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-zero/#-install-nodejs-and-npm). Homebrew is a program that allows you to install specific versions of Node.js (and other software).

To update from Node.js 8 to Node.js 10 using Homebrew, open a terminal and run the following commands:

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/part-zero/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To install Gatsby and Node.js on a Mac, it is recommended to use [Homebrew](http

1. Open your Terminal
2. Run `brew install node`
- If you don't want to install it through homebrew, download the latest Node.js version from [the official Node.js website](https://nodejs.org/en/), double click on the downloaded file and go through the installation process.
- If you don't want to install it through Homebrew, download the latest Node.js version from [the official Node.js website](https://nodejs.org/en/), double click on the downloaded file and go through the installation process.

### Windows Instructions

Expand Down

0 comments on commit 4ad2a24

Please sign in to comment.