Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 21, 2020
1 parent 1dd5ad4 commit 2a22e02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ The UnixFS spec can be found at [ipfs/specs/UNIXFS.md](https://github.com/ipfs/s

This project is broken into several modules, their purposes are:

* `/packages/ipfs-unixfs` Serialization/deserialization of UnixFS objects to protocol buffers
* `/packages/ipfs-unixfs-importer` Builds DAGs from files and directories
* `/packages/ipfs-unixfs-exporter` Exports DAGs
* [`/packages/ipfs-unixfs`](./packages/ipfs-unixfs) Serialization/deserialization of UnixFS objects to protocol buffers
* [`/packages/ipfs-unixfs-importer`](./packages/ipfs-unixfs-importer) Builds DAGs from files and directories
* [`/packages/ipfs-unixfs-exporter`](./packages/ipfs-unixfs-exporter) Exports DAGs

## Development

Expand Down

0 comments on commit 2a22e02

Please sign in to comment.