Skip to content

Commit

Permalink
Merge pull request lojjic#200 from CSSJS/patch-1
Browse files Browse the repository at this point in the history
Update documentation/pie-js.html
  • Loading branch information
lojjic committed Mar 25, 2012
2 parents 34154b1 + 8f69083 commit 239cd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/pie-js.html
Expand Up @@ -60,7 +60,7 @@ <h2 id="usage">Using PIE.js</h2>

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

0 comments on commit 239cd8e

Please sign in to comment.