Skip to content

Commit

Permalink
docs: update README.md (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
helsonxiao authored Oct 21, 2024
1 parent ea759e3 commit 2e5a780
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 @@ -63,7 +63,7 @@ const res = await poppler.pdfToCairo(file, outputFile, options);
console.log(res);
```

Example of an `async` `await` call to `poppler.pdfToCairo()`, to convert only the first of a PDF file to a new
Example of an `async` `await` call to `poppler.pdfToCairo()`, to convert only the first page of a PDF file to a new
PDF file using stdout:

```js
Expand Down

0 comments on commit 2e5a780

Please sign in to comment.