From 7d40269c36689417296ff17d80604ca6e1c6afb2 Mon Sep 17 00:00:00 2001 From: oof1lab Date: Sat, 11 Nov 2017 23:44:33 +0530 Subject: [PATCH] doc: update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c48bbb525..852b389d13 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Powered by popular node packages : ([express](https://github.com/expressjs/expre * Group By, Having (as query params) * Group By, Having (as a separate route) * Aggregate functions - * Union of many group by statements :fire::fire: **[ AWESOME ALERT ]** + * Union of many group by statements :fire::fire: **[ COOLNESS ALERT ]** * Prototyping (features available with only local MySql server) * Run dynamic queries * Upload single file @@ -108,7 +108,7 @@ Root URL (localhost:3000/) returns all REST API urls for each table in schema. ## Cool features * GET       /api/tableName/groupby * GET       /api/tableName/aggregate -* GET       /api/tableName/groups :fire::fire: **[ AWESOME ALERT ]** +* GET       /api/tableName/groups :fire::fire: **[ COOLNESS ALERT ]** ## Only in Prototyping * POST     /dynamic @@ -349,7 +349,7 @@ response body eg: retrieves numeric aggregate can be done for multiple columns too -## Union of many group by statements :fire::fire:**[ AWESOME ALERT ]** +## Union of many group by statements :fire::fire:**[ COOLNESS ALERT ]** Group by multiple columns in one API call using _fields query params - comes really handy