Fix readme formatting

This commit is contained in:
2018-03-12 19:20:09 +01:00
committed by GitHub
parent 9deb7c2c7f
commit 50ed9a6a79

View File

@@ -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());