From 18382e992fd07ac066bfa625a7f5f9d0b1c1f72c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 17 Jan 2023 14:51:54 +0000 Subject: [PATCH] docs(readme): fix linux path example (#463) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fe0e61c..52e97e62 100644 --- a/README.md +++ b/README.md @@ -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