Skip to content

Commit a72e487

Browse files
committed
Fixed Typos
1 parent bab7ee3 commit a72e487

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ This will generate a javascript file and print out a statement like follows.
1313

1414
`loadScript('/path/contract.js')`
1515

16-
Paste this statement into the geth console. Your code will be loaded. There are aalso a few helper functions to easily deploy the contracts in the js file.
16+
Paste this statement into the geth console. Your code will be loaded.
17+
18+
There are also a few helper functions to easily deploy the contracts in the js file.
1719

1820
``` createContract(abiDefinition)
19-
getContractInstance(contract, input, account, code, gas)
21+
getContractInstance(contract, input, account, code, gas)
2022
```
2123

2224
You can use them to deploy the contract.

0 commit comments

Comments
 (0)