diff --git a/README.md b/README.md index 478cbc3..711687a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ Created with <3 for front-end developers who need a quick back-end for prototypi _See also [hotel](https://github.com/typicode/hotel), a simple server manager._ +## Install + +```bash +$ npm install -g json-server +``` + ## Example Create a `db.json` file @@ -91,12 +97,6 @@ Returns default index file or serves `./public` directory. GET / ``` -## Install - -```bash -$ npm install -g json-server -``` - ## Extras ### Static file server