From b8472fbcd358e0765cc001e230aadecc1332fd93 Mon Sep 17 00:00:00 2001
From: Ibrar Ahmed <ibrar.ahmad@gmail.com>
Date: Thu, 21 Nov 2019 18:39:34 +0000
Subject: [PATCH] Issue - (#3): README file update.

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

diff --git a/README.md b/README.md
index 189a52b7e1e6..6fcdb884b2e2 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ There are four views, and complete statistics can be accessed using these views.
      slow_query     | text                     |           |          |    
 
 Examples
-1 - Here in this query we are getting the exact value of f1 = '05:06:07-07' where in case of slow query.
+1 - Here in this query we are getting the exact value of f1 which is '05:06:07-07' in case of slow query.
  
     # select userid, queryid, query, slow_query, max_time, total_calls from pg_stat_agg_user; 
     -[ RECORD 1 ]----------------------------------------------------------------------------------------