From 25490fe8efc86657c97a8aebeaade9f81aa9af14 Mon Sep 17 00:00:00 2001 From: Gwenall Date: Wed, 13 Nov 2024 15:56:20 +0100 Subject: [PATCH] Fix Subgraph README.md typo There is a typo int a shell example were there are 4 hyphens instead of 2 on the graph init parameters This commit is fixing this typo --- subgraphs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/).