Skip to content

Commit 4e1c4c3

Browse files
authored
Update README.md
1 parent 4246a1c commit 4e1c4c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,10 @@ If you need to add authentication, validation, or __any behavior__, you can use
387387

388388
#### Simple example
389389

390+
```sh
391+
$ npm install json-server --save-dev
392+
```
393+
390394
```js
391395
// server.js
392396
var jsonServer = require('json-server')

0 commit comments

Comments
 (0)