diff --git a/docs/developers/dapp-developer/native-bindings.md b/docs/developers/dapp-developer/native-bindings.md index 66de3fe205..d68532f860 100644 --- a/docs/developers/dapp-developer/native-bindings.md +++ b/docs/developers/dapp-developer/native-bindings.md @@ -86,7 +86,7 @@ The ABI for `Storage.sol` (`Storage.abi`) looks as follows: The contract binding can then be generated by passing the ABI to `abigen` as follows: ```sh -$ abigen --abi Storage.abi --pkg main --type Storage --out Storage.go +$ abigen --abi build/Storage.abi --pkg main --type Storage --out Storage.go ``` Where the flags are: