From c58f69dda4e89630f6f9a970c6b1615bf9d2fcde Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 26 Dec 2024 11:34:36 +0100 Subject: [PATCH] Remove mention of Bower from the README (PR 15390 follow-up) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7b89c316..43883bc8e 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ be loaded by `pdf.js`. The PDF.js files are large and should be minified for pro ## Using PDF.js in a web application To use PDF.js in a web application you can choose to use a pre-built version of the library -or to build it from source. We supply pre-built versions for usage with NPM and Bower under +or to build it from source. We supply pre-built versions for usage with NPM under the `pdfjs-dist` name. For more information and examples please refer to the [wiki page](https://github.com/mozilla/pdf.js/wiki/Setup-pdf.js-in-a-website) on this subject.