From e0d0848263cd27b83754c9947ce5759e22ee5c8d Mon Sep 17 00:00:00 2001 From: oof1lab Date: Sat, 11 Nov 2017 23:21:41 +0530 Subject: [PATCH] doc: update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37a0bfc16e..a9b9fe5a6f 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: **[ AWESOME 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: **[ AWESOME 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:**[ AWESOME ALERT ]** Group by multiple columns in one API call using _fields query params - comes really handy