From 5c9a18e1f676c0cb09731160c1cdadeeb7c41dcf Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 23 Nov 2016 16:53:11 -0800 Subject: [PATCH] fix markdown on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 748c976a0..8f88e721d 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ ___ ### StandardToken Based on code by FirstBlood: [FirstBloodToken.sol] -Inherits from contract SafeMath. Implementation of abstract contract ERC20 (see [https://github.com/ethereum/EIPs/issues/20]) +Inherits from contract SafeMath. Implementation of abstract contract ERC20 (see https://github.com/ethereum/EIPs/issues/20) [FirstBloodToken.sol]: https://github.com/Firstbloodio/token/blob/master/smart_contract/FirstBloodToken.sol