updated README

This commit is contained in:
Gleb Bahmutov
2013-12-21 15:48:42 -05:00
parent 94b0718804
commit b9d766e03e

View File

@ -24,6 +24,9 @@ $ json-server --file db.json
$ curl -i http://localhost:3000/posts/1 $ curl -i http://localhost:3000/posts/1
``` ```
You can type 's' at any moment to save the current live JSON object to timestamped
file.
### Node module ### Node module
```javascript ```javascript