Skip to content

Commit

Permalink
Fix Subgraph README.md typo (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenall authored Nov 20, 2024
1 parent fef9ec6 commit eef48b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subgraphs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yarn global add @graphprotocol/graph-cli # install if u haven't
# or install on MacOS
npm install -g @graphprotocol/graph-cli

graph init ----from-contract <contract_addr> --network {goerli,mainnet} --abi abis/Contract.json
graph init --from-contract <contract_addr> --network {goerli,mainnet} --abi abis/Contract.json
```

And go through the dialog.
Expand Down Expand Up @@ -46,4 +46,4 @@ npm run codegen

## Develop more

Check out the [graph docs](https://thegraph.com/docs/en/network/overview/).
Check out the [graph docs](https://thegraph.com/docs/en/network/overview/).

0 comments on commit eef48b6

Please sign in to comment.