diff --git a/README.md b/README.md index fd3b9fc15c..5b9bd3eb08 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ eg: blogs is parent table and comments is child table. API invocation will resul ``` /api/payments/103___JM555205 ``` -*___* : If there are multiple primary keys - seperate them by three underscores as shown +*___* : If there are multiple primary keys - separate them by three underscores as shown ## Pagination @@ -935,7 +935,7 @@ http://localhost:3000/_version -u, --user Username of database -> root by default -p, --password Password of database -> empty by default -d, --database database schema name - -r, --ipAddress IP interface of your server / locahost by default + -r, --ipAddress IP interface of your server / localhost by default -n, --portNumber Port number for app -> 3000 by default -o, --port Port number of mysql -> 3306 by default -a, --apiPrefix Api url prefix -> /api/ by default