From 4607b7268a0e5afca14b66dd5970cc88883d93d0 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 2 Dec 2023 14:21:07 +0100 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 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