Skip to content

Commit 0adf582

Browse files
authored
Update dependencies list in readme
1 parent 0e501fd commit 0adf582

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ byte[] fileContents = ipfs.cat(filePointer);
5252
```
5353

5454
## Dependencies
55-
* [Multiaddr](https://github.com/multiformats/java-multiaddr)
56-
* [Multihash](https://github.com/multiformats/java-multihash)
55+
* [multibase](https://github.com/multiformats/java-multibase)
56+
* [multiaddr](https://github.com/multiformats/java-multiaddr)
57+
* [multihash](https://github.com/multiformats/java-multihash)
58+
* [cid](https://github.com/ipld/java-cid)
5759

5860
## Building
5961
---------

0 commit comments

Comments
 (0)