Fix readme formatting
This commit is contained in:
parent
9deb7c2c7f
commit
50ed9a6a79
@ -19,7 +19,7 @@ Truffle comes with a simple REPL to interact with the Smart Contracts. Have a lo
|
|||||||
|
|
||||||
NOTE: There are promisses, have a look at the examples:
|
NOTE: There are promisses, have a look at the examples:
|
||||||
|
|
||||||
``javascript
|
```javascript
|
||||||
Token.deployed().then(function(token) {
|
Token.deployed().then(function(token) {
|
||||||
token.totalSupply.call().then(function(value) {
|
token.totalSupply.call().then(function(value) {
|
||||||
console.log(value.toString());
|
console.log(value.toString());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user