From aefeb3a1757c4cf461f1d9c27fc285bc76c49d36 Mon Sep 17 00:00:00 2001 From: Chirag Nagpal Date: Fri, 29 Aug 2014 01:44:31 +0530 Subject: [PATCH] modified: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d4725f..bd13924 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ The response from the service can be retrieved as string: response.getContent() ``` -which the client can then easily turned into a `JsonObject` by: +which the client can then easily turn into a `JsonObject` by: ```Java new JSONObject(response.getContent())