Skip to content

Commit

Permalink
Fix syntax highlighting on pdfkit.org (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbmike authored Oct 6, 2021
1 parent 55ed6d5 commit fd72a78
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 @@ -154,7 +154,7 @@ const stream = doc.pipe(blobStream());

// add your content to the document here, as usual

// get a blob when you're done
// get a blob when you are done
doc.end();
stream.on('finish', function() {
// get a blob you can do whatever you like with
Expand Down

0 comments on commit fd72a78

Please sign in to comment.