From 6780e4ea2106ff800ed1b640a5391b79a668a32d Mon Sep 17 00:00:00 2001 From: Anthony Delgado Date: Sun, 28 Aug 2016 22:01:48 -0400 Subject: [PATCH 1/2] Fixed broken CDN link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7d4a4f..b514fe7 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ $ bower install animate.css --save ``` - or use the version hosted by [SmallCDN](http://smallcdn.rocks) + or use the version hosted by [cdnjs](https://cdnjs.com/libraries/animate.css) ```html - + ``` 2. Add the class `animated` to the element you want to animate. From deefc08637201db0aabc747de7d2c2c5ce6b485c Mon Sep 17 00:00:00 2001 From: Anthony Delgado Date: Sun, 28 Aug 2016 22:17:30 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b514fe7..8db686b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ $ bower install animate.css --save ``` - or use the version hosted by [cdnjs](https://cdnjs.com/libraries/animate.css) + or use the version hosted by [CDNJS](https://cdnjs.com/libraries/animate.css) ```html @@ -121,10 +121,10 @@ To use animate.css in your website, simply drop the stylesheet into your documen ``` -or use the version hosted by [SmallCDN](http://smallcdn.rocks) +or use the version hosted by [CDNJS](https://cdnjs.com/libraries/animate.css) ```html - + ```