Merge pull request #627 from anthonydelgado/master

Fixed broken CDN link
This commit is contained in:
Daniel Eden 2016-09-02 08:34:06 -07:00 committed by GitHub
commit 812f804271
1 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@ $ bower install animate.css --save
<link rel="stylesheet" href="animate.min.css">
</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
<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>
```
2. Add the class `animated` to the element you want to animate.
@ -121,10 +121,10 @@ To use animate.css in your website, simply drop the stylesheet into your documen
<link rel="stylesheet" href="animate.min.css">
</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
<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>
```