From c8175fee4f6605a133144d28364aa66032e0ffe2 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Tue, 26 Apr 2016 14:59:56 -0500 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 17b2ddf..b682300 100644 --- a/Setup-PDF.js-in-a-website.md +++ b/Setup-PDF.js-in-a-website.md @@ -56,4 +56,4 @@ When the source code of PDF.js changes, the [online demo](http://mozilla.github. ``` ## Build PDF.js from source -After cloning PDF.js, you can build PDF.js from source by running `gulp generic` in Git Bash or another terminal. This will create the built PDF.js in the `build` folder, which you can upload to your server. Note that you must include `compatibility.js` in order to support browsers like IE8+. \ No newline at end of file +After cloning PDF.js, you can build PDF.js from source by running `gulp generic` in Git Bash or another terminal. This will create the built PDF.js in the `build` folder, which you can upload to your server. Note that you must include `compatibility.js` in order to support browsers like IE9+. \ No newline at end of file