diff --git a/Setup-PDF.js-in-a-website-(Debian-Ubuntu).mediawiki b/Setup-PDF.js-in-a-website-(Debian-Ubuntu).mediawiki index b4944e1..5a17761 100644 --- a/Setup-PDF.js-in-a-website-(Debian-Ubuntu).mediawiki +++ b/Setup-PDF.js-in-a-website-(Debian-Ubuntu).mediawiki @@ -49,7 +49,7 @@ You can minify PDF.js by approximately 30% with [http://yui.github.com/yuicompre ==== yui-compressor Ubuntu ==== -There is a package for yui-compressor on Ubuntu 12.10/Linux Mint 14: +There is a package for yui-compressor on Ubuntu 12.10 or Linux Mint 14: sudo apt-get install yui-compressor cd @@ -60,7 +60,7 @@ There is a package for yui-compressor on Ubuntu 12.10/Linux Mint 14: '''Minification might break the libs''' using yui-compressor. Use at your own risk. -Be sure to edit `viewer.html` and `viewer.js` to use the correct file and default it to use `pdf.js`. Here we want to use the minified version: +Be sure to edit viewer.html and viewer.js to use the correct file and default it to use pdf.js. In this case, we want to use the minified version: @@ -83,4 +83,4 @@ Now that your build is done, you can copy the viewer and its resources (core fil === Compatibility === -Note that you must include ''compatibility.js'' in order to support browsers like IE8+. +Note that you must include compatibility.js in order to support browsers like IE8+.