Update README.md

Fix typo
This commit is contained in:
Konstantin Aleksandrov
2017-04-26 12:27:12 +07:00
committed by GitHub
parent 9e74fe5423
commit b917a4e199
+1 -1
View File
@@ -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.