Skip to content

Commit

Permalink
Merge pull request cheeriojs#622 from frankcash/master
Browse files Browse the repository at this point in the history
Updates Readme.md: adds JS syntax highlighting
  • Loading branch information
davidchambers committed Jan 4, 2015
2 parents 87dd8cf + 27d33d9 commit bbd2e1f
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 @@ -515,7 +515,7 @@ $('li').get().length

Search for a given element from among the matched elements.

```
```js
$('.pear').index()
//=> 2
$('.orange').index('li')
Expand Down

0 comments on commit bbd2e1f

Please # to comment.