File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ The UnixFS spec can be found at [ipfs/specs/UNIXFS.md](https://github.com/ipfs/s
28
28
29
29
This project is broken into several modules, their purposes are:
30
30
31
- * ` /packages/ipfs-unixfs ` Serialization/deserialization of UnixFS objects to protocol buffers
32
- * ` /packages/ipfs-unixfs-importer ` Builds DAGs from files and directories
33
- * ` /packages/ipfs-unixfs-exporter ` Exports DAGs
31
+ * [ ` /packages/ipfs-unixfs ` ] ( ./packages/ipfs-unixfs ) Serialization/deserialization of UnixFS objects to protocol buffers
32
+ * [ ` /packages/ipfs-unixfs-importer ` ] ( ./packages/ipfs-unixfs-importer ) Builds DAGs from files and directories
33
+ * [ ` /packages/ipfs-unixfs-exporter ` ] ( ./packages/ipfs-unixfs-exporter ) Exports DAGs
34
34
35
35
## Development
36
36
You can’t perform that action at this time.
0 commit comments