Skip to content

Commit 35b913a

Browse files
authored
Merge pull request #67 from haaaiiimmm/patch-1
readme.md typo
2 parents f8d1dd3 + 0d63b72 commit 35b913a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Alternatively, you can pipe input and output streams: (requires v1.1.4)
8686
let pdfParser = new PDFParser();
8787

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

9191
inputStream.pipe(pdfParser).pipe(new StringifyStream()).pipe(outputStream);
9292
````

0 commit comments

Comments
 (0)