We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d517b7 commit ba5431aCopy full SHA for ba5431a
README.md
@@ -33,7 +33,7 @@ Now if you go to [http://localhost:3000/posts/1](), you'll get
33
{ "id": 1, "title": "json-server", "author": "typicode" }
34
```
35
36
-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`
37
38
## Routes
39
0 commit comments