Skip to content

Commit b19d89f

Browse files
authored
docs: updates ipfs-unixfs-importer README.md (#141)
Corrects wrap option to wrapWithDirectory option
1 parent 3c4c966 commit b19d89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipfs-unixfs-importer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The input's file paths and directory structure will be preserved in the [`dag-pb
115115

116116
`options` is an JavaScript option that might include the following keys:
117117

118-
- `wrap` (boolean, defaults to false): if true, a wrapping node will be created
118+
- `wrapWithDirectory` (boolean, defaults to false): if true, a wrapping node will be created
119119
- `shardSplitThreshold` (positive integer, defaults to 1000): the number of directory entries above which we decide to use a sharding directory builder (instead of the default flat one)
120120
- `chunker` (string, defaults to `"fixed"`): the chunking strategy. Supports:
121121
- `fixed`

0 commit comments

Comments
 (0)