From f54bc5deca4482b7fd29b315c0fdadb6d4c237b8 Mon Sep 17 00:00:00 2001 From: Zdenek Dolezal Date: Fri, 17 Jun 2016 15:35:22 +0200 Subject: [PATCH] README typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f4801..eb83ded 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Simply mark your entities with annotation, create `EntityCodec` and that's it! T - Simple and easy to use. - Use standard (MongoDB) way for object manipulation. - Works for synchronous as well as asynchronous version of MongoDB Java Driver. -- You can extend with your own codecs](#custom-codecs). +- You can extend with your [own custom codecs](#custom-codecs). - It's fast and small - only 13kB dependency covered by unit and integration tests. ## Installation