From cd189ba5fdade07b860d68ecb7a8876aef2b448c Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Fri, 8 Jan 2016 00:06:45 +0100
Subject: [PATCH]   - Prepare first release

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2c3be135..c0fbbea1 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,8 @@ When a blockchain currency has been indexed, you can test some fun queries :
  - get a block by number (e.g the block #0):
     
     http://localhost:9200/meta_brouzouf/block/0 -> with some additional metadata given by ES
-    http://localhost:9200/meta_brouzouf/block/0/_source1 -> the original JSON block
+    
+    http://localhost:9200/meta_brouzouf/block/0/_source -> the original JSON block
         
  - Block #125 with only hash, dividend and memberCount:
  
-- 
GitLab