Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Target appropriate IE versions
  • Loading branch information
mattbrundage committed Jun 17, 2015
1 parent a88eaec commit ae9e090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ INSTALLATION
Include the ExplorerCanvas tag in the same directory as your HTML files, and
add the following code to your page, preferably in the <head> tag.

<!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]-->
<!--[if lte IE 8]><script type="text/javascript" src="excanvas.js"></script><![endif]-->

If you run into trouble, please look at the included example code to see how
to best implement this
to best implement this

0 comments on commit ae9e090

Please sign in to comment.