Skip to content

Commit

Permalink
docs: fix readme example [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenie committed Apr 27, 2018
1 parent 895e48c commit a67cb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Returns the first match of `selector` on `el` and its children
let node = $('div');
/* node value
<div class="test">
<span>s</span>
<span class="test">s</span>
<span>t</span>
<div class="retest">
<span>u</span>
Expand Down

0 comments on commit a67cb44

Please sign in to comment.