Update README.md

This commit is contained in:
typicode
2017-02-20 23:08:49 +01:00
committed by GitHub
parent 4246a1cde6
commit 4e1c4c3e6e

View File

@ -387,6 +387,10 @@ If you need to add authentication, validation, or __any behavior__, you can use
#### Simple example
```sh
$ npm install json-server --save-dev
```
```js
// server.js
var jsonServer = require('json-server')