From d9cccbef37b1d5e33529195c491adb1add065258 Mon Sep 17 00:00:00 2001 From: Doron Segal Date: Fri, 29 Apr 2016 14:25:06 -0700 Subject: [PATCH] Small change :) got an error when copy & pasting the db --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97a8662..448e86d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Create a `db.json` file "users": [ { "id": 1, "name": "therebelrobot", "location": "USA"}, { "id": 2, "name": "visiting-user", "location": "UK"} - ] + ], "posts": [ { "id": 1, "title": "json-mock", "body":"The internet is cool!", "author": "therebelrobot", "userId": 1 } ],