Skip to content

Commit

Permalink
docs(readme): grammar fixe
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 29, 2020
1 parent 4c8b519 commit 919d205
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 @@ -61,7 +61,7 @@ const { Poppler } = require("node-poppler");

### poppler.pdfToCairo

Example of an `async` `await` call poppler.pdfToCairo, to convert only the first and second page of a PDF file to PNG:
Example of an `async` `await` call to poppler.pdfToCairo, to convert only the first and second page of a PDF file to PNG:

```js
const { Poppler } = require("node-poppler");
Expand Down

0 comments on commit 919d205

Please sign in to comment.