Skip to content

Commit ba5431a

Browse files
committed
Update README.md
1 parent 9d517b7 commit ba5431a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Now if you go to [http://localhost:3000/posts/1](), you'll get
3333
{ "id": 1, "title": "json-server", "author": "typicode" }
3434
```
3535

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).
36+
Also, if you make POST, PUT, PATCH or DELETE requests, changes will be automatically saved to `db.json`
3737

3838
## Routes
3939

0 commit comments

Comments
 (0)