Merge pull request #8433 from Snuffleupagus/README-rm-compatibility

Remove the reference to `compatibility.js` from the README, since it's included by default in `GENERIC` builds
This commit is contained in:
Tim van der Meij 2017-05-22 23:02:31 +02:00 committed by GitHub
commit f2161345e3

View File

@ -84,9 +84,7 @@ viewer, run:
This will generate `pdf.js` and `pdf.worker.js` in the `build/generic/build/` directory. 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 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 be loaded by `pdf.js`. The PDF.js files are large and should be minified for production.
to include `compatibility.js` from `build/generic/web/`. The PDF.js files are large and
should be minified for production.
## Using PDF.js in a web application ## Using PDF.js in a web application