Skip to content

Commit bb07385

Browse files
committed
Remove java compatibility note
There is a native java lib now and this looks ugly
1 parent 1148060 commit bb07385

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ val content = IPFS().get.cat(multihash)
3535
val commit = IPFS().info.version().Commit
3636
```
3737

38-
# Use it with java
39-
40-
you can also use it from java - but it is more verbose:
41-
42-
```java
43-
final String multihash = new IPFS().getAdd().string("test-string").getHash();
44-
```
45-
4638
# Apps that use this library
4739

4840
* [IPFSDroid](http://github.com/ligi/IPFSDroid)

0 commit comments

Comments
 (0)