diff --git a/Setup-PDF.js-in-a-website.md b/Setup-PDF.js-in-a-website.md index 970e8a3..98f6ff5 100644 --- a/Setup-PDF.js-in-a-website.md +++ b/Setup-PDF.js-in-a-website.md @@ -13,7 +13,7 @@ Install the PDF.js dependency in your project: npm install pdfjs-dist --save -You can find a usage example at https://github.com/mozilla/pdf.js/blob/master/examples/node/getinfo.js. +You can find a usage example at https://github.com/mozilla/pdf.js/blob/master/examples/node/getinfo.mjs. #### Webpack