Skip to content

Commit 61da000

Browse files
authored
docs: fix typos in readme (#9)
1 parent 37b91ee commit 61da000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ npm run prepare
6060

6161
## Deployment
6262

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

6565
### Graph Studio
6666

@@ -89,7 +89,7 @@ graph auth --product hosted-service
8989
Then deploy the subgraph:
9090

9191
```
92-
graph deploy --product hosted-studio GITHUB_USERNAME/token-registry-subgraph
92+
graph deploy --product hosted-service GITHUB_USERNAME/token-registry-subgraph
9393
```
9494

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

0 commit comments

Comments
 (0)