@@ -18,7 +18,7 @@ Copper Multicodec is a Java library implementing
1818[ Multihash] ( https://github.com/multiformats/multihash ) , enabling efficient
1919encoding and decoding of self-describing data formats.
2020
21- [ ![ Java 8 CI] ( https://github.com/filip26/copper-multicodec/actions/workflows/java8-build.yml/badge.svg )] ( https://github.com/filip26/copper-multicodec/actions/workflows/java8-build.yml )
21+ [ ![ Java 8 CI] ( https://github.com/filip26/copper-multicodec/actions/workflows/java8-build.yml/badge.svg?branch=main )] ( https://github.com/filip26/copper-multicodec/actions/workflows/java8-build.yml )
2222[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=filip26_copper-multicodec&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=filip26_copper-multicodec )
2323[ ![ javadoc] ( https://javadoc.io/badge2/com.apicatalog/copper-multicodec/javadoc.svg )] ( https://javadoc.io/doc/com.apicatalog/copper-multicodec )
2424[ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.apicatalog/copper-multicodec.svg?label=Maven%20Central )] ( https://mvnrepository.com/artifact/com.apicatalog/copper-multicodec )
@@ -33,7 +33,7 @@ encoding and decoding of self-describing data formats.
3333- Unsigned VarInt (UVarInt) encoding and decoding
3434- Zero third-party dependencies for a lightweight, self-contained implementation
3535
36- ## Examples
36+ ## 💡 Examples
3737
3838``` java
3939/* encode an input as P-521 public key */
@@ -118,7 +118,7 @@ var index = decoder.getCodec(encoded)
118118
119119```
120120
121- ## Installation
121+ ## 📦 Installation
122122
123123### Maven
124124
@@ -153,28 +153,27 @@ Multicodec: name=ed25519-pub, code=237, varint=[0xED,0x01], tag=Key, status=Draf
153153Length: 32 bytes
154154```
155155
156- ## Contributing
157-
158- All PR's welcome!
156+ ## 🤝 Contributing
159157
158+ Contributions are welcome! Please submit a pull request.
160159
161160### Building
162161
163- Fork and clone the project repository.
162+ Fork and clone the repository, then build with Maven:
164163
165164``` bash
166165> cd copper-multicodec
167166> mvn clean package
168167```
169168
170- ## Resources
169+ ## 📚 Resources
171170- [ Codecs Registry] ( https://github.com/multiformats/multicodec/blob/master/table.csv )
172171- [ Multicodec] ( https://github.com/multiformats/multicodec )
173172- [ Multihash] ( https://github.com/multiformats/multihash )
174173- [ unsigned-varint] ( https://github.com/multiformats/unsigned-varint )
175174- [ Copper Multibase] ( https://github.com/filip26/copper-multibase )
176175
177- ## Commercial Support
176+ ## 💼 Commercial Support
178177
179178Commercial support and consulting are available.
180179For inquiries, please contact: filip26@gmail.com
0 commit comments