From 50ed9a6a793c0e50c9edd047bdd4e253692e8842 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Mon, 12 Mar 2018 19:20:09 +0100 Subject: [PATCH] Fix readme formatting --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 9088f65..dd33676 100644 --- a/README.mdown +++ b/README.mdown @@ -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());