Skip to content

Commit

Permalink
Merge pull request #213 from ipfs-shipyard/fix/add-demo-usage-to-readme
Browse files Browse the repository at this point in the history
add link to demo usage to README.md
  • Loading branch information
kevodwyer committed Feb 8, 2023
2 parents 4c0cbb7 + 30e0708 commit e5ecca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ Multihash filePointer = Multihash.fromBase58("QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ew
byte[] fileContents = ipfs.cat(filePointer);
```

More example usage found [here](./src/main/java/io/ipfs/api/demo)

## Dependencies

Current versions of dependencies are included in the `./lib` directory.
Expand Down

0 comments on commit e5ecca2

Please sign in to comment.