Skip to content

Commit

Permalink
adding colons
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMacaulay committed Oct 19, 2023
1 parent d7f2415 commit 4c46e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/en/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ The Graph CLI is written in JavaScript and you will need to have either `npm` or

On your local machine, run one of the following commands:

Using [npm](https://www.npmjs.com/)
Using [npm](https://www.npmjs.com/):

```sh
npm install -g @graphprotocol/graph-cli
```

Using [yarn](https://yarnpkg.com/)
Using [yarn](https://yarnpkg.com/):

```sh
yarn global add @graphprotocol/graph-cli
Expand Down

0 comments on commit 4c46e2a

Please sign in to comment.