Merge pull request #58 from noffle/patch-1

Update README.md
This commit is contained in:
Mathias Buus 2016-06-15 20:45:03 +02:00 committed by GitHub
commit 73176274e2

View file

@ -75,6 +75,8 @@ extract.on('finish', function() {
pack.pipe(extract)
```
The tar archive is streamed sequentially, meaning you **must** drain each entry's stream as you get them or else the main extract stream will receive backpressure and stop reading.
## Headers
The header object using in `entry` should contain the following properties.