Skip to content

Commit

Permalink
Fix options.base example path to avoid #508
Browse files Browse the repository at this point in the history
  • Loading branch information
tymekg authored and marcbachmann committed Apr 20, 2021
1 parent 13b438c commit 7f054b6
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 @@ -119,7 +119,7 @@ config = {


// Rendering options
"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
"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

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

0 comments on commit 7f054b6

Please sign in to comment.