Skip to content

Commit

Permalink
readme change '<' ---> '&lt;'
Browse files Browse the repository at this point in the history
  • Loading branch information
creaven committed Jan 13, 2010
1 parent 54bbf39 commit 363e462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,7 +12,7 @@ How to use
Example 1:

html:
<img src="gomer-small.jpg" id="homer" big="gomer.jpg"/>
&lt;img src="gomer-small.jpg" id="homer" big="gomer.jpg"/&gt;
js:
new Zoomer('homer');

Expand All @@ -21,7 +21,7 @@ big attribute - big image src.
Example 2:

html:
<img src="girl-thumb.jpg" id="girl"/>
&lt;img src="girl-thumb.jpg" id="girl"/&gt;
js:
new Zoomer('girl', {
big: 'girl.jpg',
Expand Down

0 comments on commit 363e462

Please sign in to comment.