From ba5431a270f57849f9ca1c501065a61e10bf5d9a Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 5 May 2015 17:56:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85de9f1..e95074e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Now if you go to [http://localhost:3000/posts/1](), you'll get { "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