Skip to content

Commit 375d280

Browse files
committed
update README [ci skip]
1 parent 52d3ae6 commit 375d280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ archive.append(null, { name:'dir/' });
5252

5353
#### bulk(mappings)
5454

55-
Appends multiple entries from passed array of src-dest mappings. A lazystream wrapper is used to prevent issues with open file limits.
55+
Appends multiple entries from passed array of src-dest mappings. A [lazystream](https://github.com/jpommerening/node-lazystream) wrapper is used to prevent issues with open file limits.
5656

5757
Globbing patterns are supported through use of the [file-utils](https://github.com/SBoudrias/file-utils) package. Please note that multiple src files to single dest file (ie concat) is not supported.
5858

@@ -69,7 +69,7 @@ For more detail on this feature, please see [BULK.md](https://github.com/ctalkin
6969

7070
#### file(filepath, data)
7171

72-
Appends a file given its filepath using a lazystream wrapper to prevent issues with open file limits. When the instance has received, processed, and emitted the file, the `entry` event is fired.
72+
Appends a file given its filepath using a [lazystream](https://github.com/jpommerening/node-lazystream) wrapper to prevent issues with open file limits. When the instance has received, processed, and emitted the file, the `entry` event is fired.
7373

7474
```js
7575
archive.file('mydir/file.txt', { name:'file.txt' });

0 commit comments

Comments
 (0)