Skip to content

Commit

Permalink
chore(index): correct constructor description
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Mar 12, 2024
1 parent 69a6fa1 commit 0119864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ class Poppler {
/**
* @param {string} [binPath] - Path of poppler-utils binaries.
* If not provided, the constructor will attempt to find the Poppler `pdfinfo` binary
* in the PATH environment variable and use that as the binary path for all binaries.
* For `win32` the binary is bundled with the package and will be used
* in the PATH environment variable and use that as the path for all binaries.
* For `win32` the binaries are bundled with the package and will be used
* if a local installation is not found.
*/
constructor(binPath) {
Expand Down

0 comments on commit 0119864

Please sign in to comment.