Skip to content

Commit 61987cc

Browse files
committedSep 27, 2015
corrected readme
1 parent 94156cb commit 61987cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ MerkleNode addResult = ipfs.add(file);
2929

3030
To get a file use:
3131
```Java
32-
MultiHash filePointer = MultiHash.fromBase58("QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB");
32+
Multihash filePointer = Multihash.fromBase58("QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB");
3333
byte[] fileContents = ipfs.cat(filePointer);
3434
```
3535

0 commit comments

Comments
 (0)