docs(readme): grammar fix

This commit is contained in:
Frazer Smith
2021-08-17 15:45:32 +01:00
parent 42f19f8505
commit 7503c62f4a
+1 -1
View File
@@ -50,7 +50,7 @@ If you do not wish to use the included macOS binaries, you can download the late
brew install poppler
```
Once they have been installed, you will need to pass the `poppler-utils` installation directory in as parameters to an instance of the Poppler class:
Once they have been installed, you will need to pass the `poppler-utils` installation directory as a parameter to an instance of the Poppler class:
```js
const { Poppler } = require("node-poppler");