From eeb1c4de2d57a01da987913abcca9d3c12fd12fd Mon Sep 17 00:00:00 2001 From: Typicode Date: Mon, 20 Oct 2014 05:31:30 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1db8953..ce8a4b1 100644 --- a/README.md +++ b/README.md @@ -144,19 +144,19 @@ To make a full-text search on resources, add `q`. GET /:resource?q= ``` -For routes usage information, have a look at [JSONPlaceholder](https://github.com/typicode/jsonplaceholder) code examples. +Returns database. ``` GET /db ``` -Returns database state. +Returns default index file or content of ./public/index.html (useful if you need to set a custom home page). ``` GET / ``` -Returns default index file or content of ./public/index.html (useful if you need to set a custom home page). +For routes usage examples, have a look at [JSONPlaceholder](https://github.com/typicode/jsonplaceholder)'s README. ## Links