diff --git a/subgraphs/README.md b/subgraphs/README.md index c6a39bd55e..e8cebd5a0a 100644 --- a/subgraphs/README.md +++ b/subgraphs/README.md @@ -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 --network {goerli,mainnet} --abi abis/Contract.json +graph init --from-contract --network {goerli,mainnet} --abi abis/Contract.json ``` And go through the dialog. @@ -46,4 +46,4 @@ npm run codegen ## Develop more -Check out the [graph docs](https://thegraph.com/docs/en/network/overview/). \ No newline at end of file +Check out the [graph docs](https://thegraph.com/docs/en/network/overview/).