From 8844abdb302c3cdfe0491fcc37431f1ceaff39bd Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 24 Sep 2015 16:46:43 -0400 Subject: [PATCH] Another JSON fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 475c791..b7e31d2 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ So for example if the API returned a different structure like this: "user": { "id": 1234, "email": { - "address": 'test@example.com' + "address": "test@example.com" } } }