Skip to content

Commit

Permalink
docs(readme): fix linux path example (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Jan 17, 2023
1 parent 9ba2a28 commit 18382e9
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 @@ -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
Expand Down

0 comments on commit 18382e9

Please sign in to comment.