Skip to content

Commit 30e7e8e

Browse files
committed
fixed typo in readme
1 parent bd94127 commit 30e7e8e

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 `call` function
3636
call(accountIndex, gas, contractInstance.function, input);
3737

3838
//For example to call using ether from eth.accounts[1]
39-
call(1, 100000, multiplier.multiply, 1, 2)A;
39+
call(1, 100000, multiplier.multiply, 1, 2);
4040
```
4141

4242
To watch an event you can use the watcher function.

0 commit comments

Comments
 (0)