Made the URL shorter

This commit is contained in:
Hackzzila 2016-04-30 13:20:03 -05:00
parent b5758e2301
commit f797fa6fd3

View File

@ -11,8 +11,8 @@ There are a couple ways to download Skeleton:
- Use code hosted by [SmallCDN](http://smallcdn.rocks)
```html
<head>
<link rel="stylesheet" href="http://cdn.smallcdn.rocks/normalize.css">
<link rel="stylesheet" href="http://cdn.smallcdn.rocks/skeleton.css">
<link rel="stylesheet" href="http://c.smallcdn.rocks/normalize.css">
<link rel="stylesheet" href="http://c.smallcdn.rocks/skeleton.css">
</head>
```