diff --git a/documentation/pie-js.html b/documentation/pie-js.html index 3da06ae..a8f1a1c 100644 --- a/documentation/pie-js.html +++ b/documentation/pie-js.html @@ -60,7 +60,7 @@

Using PIE.js

  1. Include the PIE.js script in your page, surrounded by a conditional comment to prevent it from being downloaded in other browsers: -
    <!--[if lt IE 10]>
    +        
    <!--[if IE]>
     <script type="text/javascript" src="path/to/PIE.js"></script>
     <![endif]-->