Skip to content

Commit

Permalink
Minor CLI terminology fix
Browse files Browse the repository at this point in the history
  • Loading branch information
billybrown-iii committed Jul 17, 2022
1 parent c10b17f commit 44e2261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ Alternatively you can fork the project, make your changes and merge new upstream
```sh
git clone https://github.com/${YourUsername}/${YourForkName} YourForkName # Clone your fork
cd YourForkName
yarn install # or yarn install
yarn develop # or yarn develop
yarn install # or npm install
yarn develop # or gatsby develop
```

## Receiving upstream updates
Expand Down

0 comments on commit 44e2261

Please sign in to comment.