Skip to content

Commit

Permalink
Correct output in example
Browse files Browse the repository at this point in the history
fixes #754
  • Loading branch information
fb55 committed Sep 22, 2015
1 parent 03c8e85 commit ec2414d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -126,7 +126,7 @@ $('ul .pear').attr('class')
//=> pear

$('li[class=orange]').html()
//=> <li class="orange">Orange</li>
//=> Orange
```

### Attributes
Expand Down

0 comments on commit ec2414d

Please sign in to comment.