Update README.md

This commit is contained in:
typicode
2015-05-05 17:56:36 +02:00
parent 9d517b772c
commit ba5431a270

View File

@ -33,7 +33,7 @@ Now if you go to [http://localhost:3000/posts/1](), you'll get
{ "id": 1, "title": "json-server", "author": "typicode" } { "id": 1, "title": "json-server", "author": "typicode" }
``` ```
Also, if you make POST, PUT, PATCH or DELETE requests, changes will be saved to `db.json` using [lowdb](https://github.com/typicode/lowdb). Also, if you make POST, PUT, PATCH or DELETE requests, changes will be automatically saved to `db.json`
## Routes ## Routes