Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
filip26 authored Oct 1, 2024
1 parent 7f5cd4f commit f06b151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -73,7 +73,7 @@ byte[] encoded = codec.encode(input);
<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>copper-multicodec</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down

0 comments on commit f06b151

Please sign in to comment.