From cb0391f4577d4cefa4389a88b4239b8b920aedc5 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Mon, 22 May 2017 12:56:27 +0200 Subject: [PATCH] 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. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 50283730f..0db3f4c02 100644 --- a/README.md +++ b/README.md @@ -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