Skip to content

Commit 78c78f0

Browse files
Fixed error in Readme.md
1 parent a8d885e commit 78c78f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ PDFAssembler = require('pdfassembler').PDFAssembler;
125125

126126
### Loading a PDF
127127

128-
To us PDF Assembler, you must create a new PDF Assembler instance and initialize it, either with your own PDF structure object:
128+
To use PDF Assembler, you must create a new PDF Assembler instance and initialize it, either with your own PDF structure object:
129129
```javascript
130130
// helloWorldPdf = the pdf object defined above
131131
const newPdf = new PDFAssembler(helloWorldPdf);

0 commit comments

Comments
 (0)