Skip to content

Commit e56da3c

Browse files
committed
fixed typos
1 parent a72e487 commit e56da3c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ Paste this statement into the geth console. Your code will be loaded.
1717

1818
There are also a few helper functions to easily deploy the contracts in the js file.
1919

20-
``` createContract(abiDefinition)
21-
getContractInstance(contract, input, account, code, gas)
22-
```
20+
`createContract(abiDefinition)`
21+
`getContractInstance(contract, input, account, code, gas)`
2322

2423
You can use them to deploy the contract.
2524

2625
`var contract = createContract(compiled.SimpleStorage.info.abiDefinition);`
2726

28-
`var instance = getContractInstance(contract, 10, eth.coinbase, compiled.SimpleStorage.code,10000);
27+
`var instance = getContractInstance(contract, 10, eth.coinbase, compiled.SimpleStorage.code,10000);`

0 commit comments

Comments
 (0)