Skip to content

Commit d67eb31

Browse files
committed
reformatted code in readme
1 parent e56da3c commit d67eb31

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ To compile your code run
99

1010
`solc_helper contract.sol`
1111

12-
This will generate a javascript file and print out a statement like follows.
12+
This will generate a javascript file and print out a statement like the following.
1313

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

1616
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)`
20+
```javascript
21+
createContract(abiDefinition)
22+
getContractInstance(contract, input, account, code, gas)
23+
```
2224

2325
You can use them to deploy the contract.
2426

0 commit comments

Comments
 (0)