From dab69c753194e125e3f87d9c8cc54430108484ca Mon Sep 17 00:00:00 2001 From: Michal Bernhard Date: Sat, 3 Nov 2018 17:18:38 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c01866..4fea78c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This API offers, via [diffbot](http://diffbot.com/), the possibility to map uns It offers three approaches to handling data received from the diffbot API : * Filling java classes with json data using [Jackson](http://jackson.codehaus.org/‎)'s pojo marshalling. -* Raw json manipulation through [JSONObjec](http://www.json.org/javadoc/org/json/JSONObject.html). +* Raw json manipulation through [JSONObject](http://www.json.org/javadoc/org/json/JSONObject.html). * Raw json manipulation through jackson's [JsonNode](http://jackson.codehaus.org/1.7.9/javadoc/org/codehaus/jackson/JsonNode.html). ## II - Installation