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