Skip to content

Commit 2599ae9

Browse files
committed
updated README
1 parent 84bd00c commit 2599ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This is a helper to compile and deploy smart contracts through geth.
22

3-
Install solc compiler.
3+
Install `solc` compiler.
44

55
Move `solc_helper` to somewhere in your path.
66
To compile your code run
@@ -30,7 +30,7 @@ var instance = deploy(eth.coinbase, 0, 10000, contract, compiled.SimpleStorage.c
3030
var instance = deploy(eth.coinbase, 10, 10000, contract, compiled.SimpleStorage.code); // if there are no constructor parameters.
3131
```
3232

33-
To call a function in the contract you can use the `callContractFunction` function
33+
To call a function in the contract you can use the `call` function
3434

3535
```javascript
3636
call(account, gas, contractInstance.function, input)

0 commit comments

Comments
 (0)