Skip to content

Commit 38bc201

Browse files
committed
Merge pull request animate-css#49 from aziz/master
Change Readme syntax highlighting to javascript
2 parents 9e26fd7 + cdc8880 commit 38bc201

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)