Merge pull request #117 from arastu/master

Improve readme readability
This commit is contained in:
typicode
2015-06-20 06:51:03 +02:00

View File

@ -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