Skip to content

Commit 7f054b6

Browse files
tymekgmarcbachmann
authored andcommitted
Fix options.base example path to avoid #508
1 parent 13b438c commit 7f054b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ config = {
119119

120120

121121
// Rendering options
122-
"base": "file:///home/www/your-asset-path", // Base path that's used to load files (images, css, js) when they aren't referenced using a host
122+
"base": "file:///home/www/your-asset-path/", // Base path that's used to load files (images, css, js) when they aren't referenced using a host
123123

124124
// Zooming option, can be used to scale images if `options.type` is not pdf
125125
"zoomFactor": "1", // default is 1

0 commit comments

Comments
 (0)