From cdc888022ba08f169ea49631709bfec12ecc3d9f Mon Sep 17 00:00:00 2001 From: Allen Bargi Date: Thu, 13 Sep 2012 21:23:26 +0300 Subject: [PATCH] changes syntax highlighting code to javascript jquery is not detected in syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 707db0d..430a611 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To use animate.css in your website, simply drop the stylesheet into your documen 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: -```jquery +```javascript $('#yourElement').addClass('animated bounceOutLeft'); ```