Skip to content

Commit

Permalink
Updates Readme.md: adds JS syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcash committed Jan 4, 2015
1 parent 87dd8cf commit 27d33d9
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 27d33d9

Please # to comment.