From 6cd13844c5c55152029024b67ccc5f50292355df Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 31 Mar 2018 00:11:20 +0200 Subject: [PATCH] Updated Setup PDF.js in a website (markdown) --- Setup-PDF.js-in-a-website.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Setup-PDF.js-in-a-website.md b/Setup-PDF.js-in-a-website.md index f365205..9639930 100644 --- a/Setup-PDF.js-in-a-website.md +++ b/Setup-PDF.js-in-a-website.md @@ -7,9 +7,7 @@ Add the dependencies to your project: npm install pdfjs-dist --save -You can find a simple usage example at https://github.com/mozilla/pdf.js/blob/master/examples/node/getinfo.js. - -Depending on the APIs that you want to use, you might need to stuff some DOM APIs. Refer to https://github.com/mozilla/pdf.js/blob/master/examples/node/getinfo.js for a more complex example. +You can find a usage example at https://github.com/mozilla/pdf.js/blob/master/examples/node/getinfo.js. #### With Webpack