From 4de84b7ad985bbbdbd670c8c2cbc297520d86952 Mon Sep 17 00:00:00 2001
From: Manish R Jain <manishrjain@gmail.com>
Date: Tue, 1 Dec 2015 12:44:52 +1100
Subject: [PATCH] Stupid python doesn't like unicodes. Fix it.

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

diff --git a/README.md b/README.md
index 70d75cda..6291d942 100644
--- a/README.md
+++ b/README.md
@@ -191,7 +191,7 @@ Consecutive runs of the same query took much lesser time (100ms), due to posting
 {
   "server_latency": {
     "json": "60.419897ms",
-    "parsing": "143.126\u00b5s",
+    "parsing": "143.126µs",
     "processing": "32.235855ms",
     "total": "92.820966ms"
   }
-- 
GitLab