From f22650479a2120da1757d3065e26300ef9770da4 Mon Sep 17 00:00:00 2001 From: Dhwaj Kothari Date: Sat, 30 May 2020 21:52:05 +0530 Subject: [PATCH] Update README.md edited readme file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6edd67d..c4b3471 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ app.listen(3000, function() { { "_id" : "5c18e1892998bdb3b3d355bf", "title" : "REST", - "content" : "REST is short for REpresentational State Transfer. IIt's an architectural style for designing APIs." + "content" : "REST is short for REpresentational State Transfer. It's an architectural style for designing APIs." } @@ -84,7 +84,7 @@ app.listen(3000, function() { { "_id" : "5c18f35cde40ab6cc551cd60", "title" : "Jack Bauer", - "content" : "Jack Bauer once stepped into quicksand. The quicksand couldn't escape and nearly drowned.", + "content" : "Jack Bauer once stepped into quicksand. Jack Bauer couldn't escape and nearly drowned.", "__v" : 0 } ```