diff --git a/README.md b/README.md index 7f8bde1..e281581 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ const abi = require('erc-20-abi') const token = new web3.eth.Contract(abi, address) -token.methods.symbol.call().then(console.log) // prints the token's symbol +token.methods.symbol().call().then(console.log) // prints the token's symbol ``` ## License