From ad4256ac4ad4df26d529e21d1cf9e84c73c7c5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Eikanger=20Kval=C3=B8?= Date: Sun, 17 Jul 2016 19:19:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 903a0a1..2591898 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A shim library to support mapping Java 8 Optional through Jackson. Forked from @ This library is compiled with Java 8 and will thus only be useful in a Java 8 (or higher) runtime environment. ## Alternatives ## -If you are starting a new project that requires support for Java 8 combined with Jackson Databind, you should probably have a lock at [FasterXML's JDK 8 module](//github.com/FasterXML/jackson-datatype-jdk8). +If you are starting a new project that requires support for Java 8 combined with Jackson Databind, you should probably have a look at [FasterXML's JDK 8 module](//github.com/FasterXML/jackson-datatype-jdk8). ## Usage The library is distributed through Sonatype's OSS repo