From 76ef6ddeeaea679d87d026a239c602d57c4de412 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Wed, 1 Oct 2014 17:55:37 -0700 Subject: [PATCH] more tweaking --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebf05c5..2663f73 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ var entry = pack.entry({ name: 'my-stream-test.txt' }, function(err) { pack.finalize() }) -someTarballStream.pipe(entry) +someEntryStream.pipe(entry) // pipe the pack stream somewhere pack.pipe(process.stdout)