Skip to content

Commit

Permalink
Fix typo in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marekventur committed Sep 15, 2015
1 parent 5a00271 commit 838c0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ var promisePipe = require("promisepipe");
promisePipe(
fs.createReadStream(INPUT_FILE),
new UpcaseTransform(),
fs.createReadStream(OUTPUT_FILE),
fs.createWriteStream(OUTPUT_FILE),
).then(function(streams){
console.log("Yay, all streams are now closed/ended/finished!");
}, function(err) {
Expand Down

0 comments on commit 838c0d7

Please sign in to comment.