From 635c4c10ba14284c27e38daa3e57d307f1fba0bd Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 23 Nov 2016 14:54:04 -0800 Subject: [PATCH] add horizontal line for Bounty --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 790ad568f..748c976a0 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Creates tokens based on message value and credits to the recipient. Returns the amount of tokens per 1 ether. +___ ### Bounty To create a bounty for your contract, inherit from the base `Bounty` contract and provide an implementation for `deployContract()` returning the new contract address.