Skip to content

Commit 84bd00c

Browse files
committed
corrected errors in README
1 parent 822eb2f commit 84bd00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To call a function in the contract you can use the `callContractFunction` functi
3636
call(account, gas, contractInstance.function, input)
3737
```
3838

39-
To watch the watch an event you can use the watcher function.
39+
To watch an event you can use the watcher function.
4040

4141
```javascript
4242
contractInstance.eventName(watcher);

0 commit comments

Comments
 (0)