From f06b151f82b005d594ef3a14b169970741d750a0 Mon Sep 17 00:00:00 2001 From: Filip Date: Tue, 1 Oct 2024 13:50:54 +0200 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```