Skip to content

Commit 6db1c7a

Browse files
committed
Update README.md
1 parent ba5431a commit 6db1c7a

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 automatically saved to `db.json`
36+
Also, if you make POST, PUT, PATCH or DELETE requests, changes will be automatically saved to `db.json` using [lowdb](https://github.com/typicode/lowdb)
3737

3838
## Routes
3939

0 commit comments

Comments
 (0)