Skip to content

Commit c211392

Browse files
committed
Update README.md
1 parent 7da6045 commit c211392

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

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

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

4141
## Routes
4242

43-
Here are all the available routes JSON Server will respond to.
43+
Available routes.
4444

4545
```
4646
GET /posts
47-
GET /posts?title=json-server&author=typicode
48-
GET /posts/1/comments
4947
GET /posts/1
48+
GET /posts/1/comments
49+
GET /posts?title=json-server&author=typicode
5050
POST /posts
5151
PUT /posts/1
5252
PATCH /posts/1
@@ -157,7 +157,7 @@ You can deploy JSON Server. For example, [JSONPlaceholder](http://jsonplaceholde
157157
### Projects
158158

159159
* [Grunt JSON Server](https://github.com/tfiwm/grunt-json-server)
160-
* [docker-json-server](https://github.com/clue/docker-json-server)
160+
* [Docker JSON Server](https://github.com/clue/docker-json-server)
161161
* [JSON Server GUI](https://github.com/naholyr/json-server-gui)
162162

163163
## License

0 commit comments

Comments
 (0)