Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
masking html tags
  • Loading branch information
poilu committed Jan 3, 2013
1 parent d4cc819 commit a6db09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ In your application load the plugin after the Raphaël library.
<script type="text/javascript" src="raphael.boolean.js"></script>
```

Create a Raphaël canvas (e.g. on <div id="canvas"></div>) and at least two elements.
Create a Raphaël canvas (e.g. on &lt;div id="canvas" &gt;&lt;/div&gt;) and at least two elements.

``` js
var paper = Raphael("canvas", 250, 250);
Expand Down

0 comments on commit a6db09d

Please sign in to comment.