mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Remove the reference to compatibility.js
from the README, since it's included by default in GENERIC
builds
Please note that the FAQ (in the Wiki) was already updated to mention that the standalone `compatibility.js` file isn't necessary anymore.
This commit is contained in:
parent
b4c35857ff
commit
cb0391f457
1 changed files with 1 additions and 3 deletions
|
@ -84,9 +84,7 @@ viewer, run:
|
|||
|
||||
This will generate `pdf.js` and `pdf.worker.js` in the `build/generic/build/` directory.
|
||||
Both scripts are needed but only `pdf.js` needs to be included since `pdf.worker.js` will
|
||||
be loaded by `pdf.js`. If you want to support more browsers than Firefox you'll also need
|
||||
to include `compatibility.js` from `build/generic/web/`. The PDF.js files are large and
|
||||
should be minified for production.
|
||||
be loaded by `pdf.js`. The PDF.js files are large and should be minified for production.
|
||||
|
||||
## Using PDF.js in a web application
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue