From a848989cd3a67d5d4b0182c9bb84d87e9e70f8a8 Mon Sep 17 00:00:00 2001
From: zramsay <zach@erisindustries.com>
Date: Tue, 9 Aug 2016 10:55:21 +0100
Subject: [PATCH] hotfix readme

---
 README.md | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/README.md b/README.md
index 1e4ba18a..6ebed35f 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,6 @@ Eris DB is Eris' blockchain client. It includes a permissions layer, an implemen
 
 ## Background
 
-// re-write => this is duplicate of below
-`eris-db` is Eris' blockchain-client. It consists of a [Tendermint](https://github.com/tenderming/tendermint) node wrapped by a simple server. The server allows requests to be made over HTTP - either using JSON-RPC 2.0 or a RESTlike web-api - and websocket (JSON-RPC 2.0). The web-APIs are documented in `api.md`. We also have javascript bindings for the RPC methods in [eris-db.js](https://github.com/eris-ltd/eris-db.js).
-//use this
 See the [eris-db documentation](https://erisindustries.com/components/erisdb/) for more information.
 
 ## Installation
-- 
GitLab