We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5223809 + e48002d commit 22b826dCopy full SHA for 22b826d
docs/getting_started.md
@@ -14,7 +14,7 @@ in your JavaScript source file and create an instance of the
14
`PDFDocument` class.
15
16
const PDFDocument = require('pdfkit');
17
- const doc = new PDFDocument;
+ const doc = new PDFDocument();
18
19
`PDFDocument` instances are readable Node streams. They don't get saved anywhere automatically,
20
but you can call the `pipe` method to send the output of the PDF document to another
0 commit comments