Merge pull request #633 from daneden/revert-626-master

Revert "updated CDN on the Readme.md"
This commit is contained in:
Daniel Eden 2016-09-02 08:33:54 -07:00 committed by GitHub
commit 258797875a
1 changed files with 1 additions and 1 deletions

View File

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