From b917a4e199caf513b7dadc343424080600c6c29e Mon Sep 17 00:00:00 2001 From: Konstantin Aleksandrov Date: Wed, 26 Apr 2017 12:27:12 +0700 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f3efe..9cb8845 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ used with a writer. ### easyjson vs. go/codec -[go/codec](https://github.com/ugorji/go/codec) provides +[go/codec](https://github.com/ugorji/go) provides compile-time helpers for JSON generation. In this case, helpers do not work like marshalers as they are encoding-independent.