From b6b4a415b290b19db47703035fa41249fd76347c Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 5 Feb 2015 20:58:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1843828..907a1ea 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ Now if you go to [http://localhost:3000/posts/1](), you will get: } ``` -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. +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. ## Routes -In fact, you instantly get all these routes: +Here are all the available routes JSON Server will respond to. ``` GET /posts