From a0c4c10b271a86da0583429c0a5136fcd2e0a2ee Mon Sep 17 00:00:00 2001 From: TT TY Date: Tue, 3 Mar 2015 11:38:16 +0000 Subject: [PATCH] Updated Setup PDF.js in a website (markdown) --- Setup-PDF.js-in-a-website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup-PDF.js-in-a-website.md b/Setup-PDF.js-in-a-website.md index 71e831b..abab180 100644 --- a/Setup-PDF.js-in-a-website.md +++ b/Setup-PDF.js-in-a-website.md @@ -12,7 +12,7 @@ This way works by loading this file `pdfjs-dist/build/pdf.js` after you install If you use webpack or browserify there is an easy way to require the files: ```javascript -var pdf = require('pdfjs-dist/build/pdf'); +var pdf = require('pdfjs-dist/build/pdf'); var pdfWorker = require('pdfjs-dist/build/pdf.worker'); // Still figuring out how to use with worker. ```