diff --git a/README.md b/README.md index 16e70c6..b6869e7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A Java implementation of [Multicodec](https://github.com/multiformats/multicodec * direct `static` access to codecs * confirugable set of codecs to support when decoding * built-in `Unsigned VarInt` support - * no 3rd pary dependencies + * no 3rd party dependencies ## Example @@ -73,7 +73,7 @@ byte[] encoded = codec.encode(input); com.apicatalog copper-multicodec - 1.0.0 + 1.0.1 ```