From 6780e4ea2106ff800ed1b640a5391b79a668a32d Mon Sep 17 00:00:00 2001 From: Anthony Delgado Date: Sun, 28 Aug 2016 22:01:48 -0400 Subject: [PATCH] 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.