Skip to content

Commit

Permalink
docs: fix typos in readme (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
superical authored Mar 2, 2022
1 parent 37b91ee commit 61da000
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 @@ -60,7 +60,7 @@ npm run prepare

## Deployment

The deployment can be done either to the Graph Studio or Hosted Service.
The deployment can be done either to the Graph Studio or Hosted Service depending on the network.

### Graph Studio

Expand Down Expand Up @@ -89,7 +89,7 @@ graph auth --product hosted-service
Then deploy the subgraph:

```
graph deploy --product hosted-studio GITHUB_USERNAME/token-registry-subgraph
graph deploy --product hosted-service GITHUB_USERNAME/token-registry-subgraph
```

Alternatively, you can edit the Github username and subgraph name in `package.json` and run `npm run deploy:hosted` to
Expand Down Expand Up @@ -139,7 +139,7 @@ There are many interesting queries that can be made. Here are some example queri
holder {
id
}
}
}
toTitleEscrow {
beneficiary {
id
Expand Down

0 comments on commit 61da000

Please sign in to comment.