Made the URL shorter

This commit is contained in:
Hackzzila 2016-04-30 13:20:41 -05:00
parent 016f3062f3
commit 43e831b46e
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
or use the version hosted by [SmallCDN](http://smallcdn.rocks)
```html
<head>
<link rel="stylesheet" href="http://cdn.smallcdn.rocks/animate.css">
<link rel="stylesheet" href="http://c.smallcdn.rocks/animate.css">
</head>
```
2. Add the class `animated` to the element you want to animate.
@ -116,7 +116,7 @@ To use animate.css in your website, simply drop the stylesheet into your documen
or use the version hosted by [SmallCDN](http://smallcdn.rocks)
```html
<head>
<link rel="stylesheet" href="http://cdn.smallcdn.rocks/animate.css">
<link rel="stylesheet" href="http://c.smallcdn.rocks/animate.css">
</head>
```