We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbde953 commit 76d9c28Copy full SHA for 76d9c28
README.md
@@ -7,7 +7,7 @@ Include the IPFS.jar in your project.
7
8
Create an IPFS instance with:
9
```Java
10
-IPFS ipfs = new IPFS("127.0.0.1", 5001);
+IPFS ipfs = new IPFS("/ip4/127.0.0.1/tcp/5001");
11
```
12
13
Then run commands like:
0 commit comments