docs(readme): fix linux path example (#463)

This commit is contained in:
Frazer Smith
2023-01-17 14:51:54 +00:00
committed by GitHub
parent 9ba2a28e03
commit 18382e992f
+1 -1
View File
@@ -45,7 +45,7 @@ Once they have been installed, you will need to pass the `poppler-utils` install
```js
const { Poppler } = require("node-poppler");
const poppler = new Poppler("./usr/bin");
const poppler = new Poppler("/usr/bin");
```
## API