Fix readme formatting

This commit is contained in:
bumi 2018-03-12 19:20:09 +01:00 committed by GitHub
parent 9deb7c2c7f
commit 50ed9a6a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:
``javascript
```javascript
Token.deployed().then(function(token) {
token.totalSupply.call().then(function(value) {
console.log(value.toString());