Fixed broken CDN link

This commit is contained in:
Anthony Delgado 2016-08-28 22:01:48 -04:00 committed by GitHub
parent e1faf13957
commit 6780e4ea21
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ $ bower install animate.css --save
<link rel="stylesheet" href="animate.min.css"> <link rel="stylesheet" href="animate.min.css">
</head> </head>
``` ```
or use the version hosted by [SmallCDN](http://smallcdn.rocks) or use the version hosted by [cdnjs](https://cdnjs.com/libraries/animate.css)
```html ```html
<head> <head>
<link rel="stylesheet" href="http://s.mlcdn.co/animate.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
</head> </head>
``` ```
2. Add the class `animated` to the element you want to animate. 2. Add the class `animated` to the element you want to animate.