Skip to content

Commit b6b4a41

Browse files
committed
Update README.md
1 parent f507a4a commit b6b4a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Now if you go to [http://localhost:3000/posts/1](), you will get:
3636
}
3737
```
3838

39-
Also, data is persisted to `db.json` when you make POST, PUT, PATCH and DELETE requests. So it's a fully functional fake REST server.
39+
Also, data is saved to `db.json` when you make POST, PUT, PATCH and DELETE requests. So it's a fully functional fake REST server.
4040

4141
## Routes
4242

43-
In fact, you instantly get all these routes:
43+
Here are all the available routes JSON Server will respond to.
4444

4545
```
4646
GET /posts

0 commit comments

Comments
 (0)