commit | 02dd6689f1fe680bdea4f081493d1dcf83a93968 | [log] [tgz] |
---|---|---|
author | Mgamerz <Mgamerz@users.noreply.github.com> | Mon Feb 03 18:58:52 2014 -0700 |
committer | Mgamerz <Mgamerz@users.noreply.github.com> | Mon Feb 03 18:58:52 2014 -0700 |
tree | 6809866a0d809361d4b1b99ce741cb85169c9480 | |
parent | cda5faf5d6bad0336e5e8a0211f698b5b50e505a [diff] [blame] |
Update README.md Fixed extra space that broke up a word.
diff --git a/README.md b/README.md index 639eadf..d542d76 100644 --- a/README.md +++ b/README.md
@@ -72,7 +72,7 @@ } ``` -we will need a `com.fasterxml.jackson.databind.ObjectMapper` instance, used for all data-b inding, so let's construct one: +we will need a `com.fasterxml.jackson.databind.ObjectMapper` instance, used for all data-binding, so let's construct one: ```java ObjectMapper mapper = new ObjectMapper(); // create once, reuse