Skip to content

Commit cdc8880

Browse files
committed
changes syntax highlighting code to javascript
jquery is not detected in syntax highlighting
1 parent 9e26fd7 commit cdc8880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use animate.css in your website, simply drop the stylesheet into your documen
88

99
You can do a whole bunch of other stuff with animate.css when you combine it with jQuery or add your own CSS rules. Dynamically add animations using jQuery with ease:
1010

11-
```jquery
11+
```javascript
1212
$('#yourElement').addClass('animated bounceOutLeft');
1313
```
1414

0 commit comments

Comments
 (0)