From 32bdf8b378b8d73fedcb6eade89d3d4f84f755c2 Mon Sep 17 00:00:00 2001 From: Elad Nava Date: Fri, 20 Dec 2019 14:36:38 +1300 Subject: [PATCH] Mention trailing slash requirement for "base" property in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9421b66..aa041ce 100644 --- a/README.md +++ b/README.md @@ -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 (must include trailing slash) // Zooming option, can be used to scale images if `options.type` is not pdf "zoomFactor": "1", // default is 1