Skip to content

Commit 76d9c28

Browse files
committed
updated readme
1 parent cbde953 commit 76d9c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Include the IPFS.jar in your project.
77

88
Create an IPFS instance with:
99
```Java
10-
IPFS ipfs = new IPFS("127.0.0.1", 5001);
10+
IPFS ipfs = new IPFS("/ip4/127.0.0.1/tcp/5001");
1111
```
1212

1313
Then run commands like:

0 commit comments

Comments
 (0)