Skip to content

Commit c6d7551

Browse files
authored
Update README.md
1 parent 09c9e34 commit c6d7551

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
153153
Length: 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

179178
Commercial support and consulting are available.
180179
For inquiries, please contact: filip26@gmail.com

0 commit comments

Comments
 (0)