Skip to content

Commit

Permalink
readme.md typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skdfjoaf committed May 31, 2016
1 parent eeb44e2 commit 551591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Alternatively, you can pipe input and output streams: (requires v1.1.4)
let pdfParser = new PDFParser();

let inputStream = fs.createReadStream("./pdf2json/test/pdf/fd/form/F1040EZ.pdf", {bufferSize: 64 * 1024});
let outputStram = fs.createWriteStream("./pdf2json/test/target/fd/form/F1040EZ.json");
let outputStream = fs.createWriteStream("./pdf2json/test/target/fd/form/F1040EZ.json");

inputStream.pipe(pdfParser).pipe(new StringifyStream()).pipe(outputStream);
````
Expand Down

0 comments on commit 551591b

Please sign in to comment.