From 4b3ab3f7b251b33d0ad7aa9e55f2690d25dcfc5f Mon Sep 17 00:00:00 2001 From: SahidMiller Date: Sun, 11 Apr 2021 13:43:53 -0400 Subject: [PATCH] Updates ipfs-unixfs-importer README.md Corrects wrap option to wrapWithDirectory option --- packages/ipfs-unixfs-importer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-unixfs-importer/README.md b/packages/ipfs-unixfs-importer/README.md index 8ea9fd1c..a9aad171 100644 --- a/packages/ipfs-unixfs-importer/README.md +++ b/packages/ipfs-unixfs-importer/README.md @@ -115,7 +115,7 @@ The input's file paths and directory structure will be preserved in the [`dag-pb `options` is an JavaScript option that might include the following keys: -- `wrap` (boolean, defaults to false): if true, a wrapping node will be created +- `wrapWithDirectory` (boolean, defaults to false): if true, a wrapping node will be created - `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) - `chunker` (string, defaults to `"fixed"`): the chunking strategy. Supports: - `fixed`