From a53ef9d4987403d96ecb4bdb24327637a18d9754 Mon Sep 17 00:00:00 2001 From: oof1lab Date: Sun, 12 Nov 2017 20:15:18 +0530 Subject: [PATCH] doc : update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f57d1671b..e6ed71f4d8 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ if you haven't on your system. | GET | /api/tableName/count | Count number of rows in a table | | GET | /api/tableName/:id/exists | True or false whether a row exists or not | | DELETE | /api/tableName/:id | Delete a row by primary key | -| GET | /api/parentTable/:id/childTable | Get list of child table with paren table foreign key | +| GET | /api/parentTable/:id/childTable | Get list of child table rows with parent table foreign key | ## APIs with HOT features