changing readme back to pure 0.5.0 until we get the deployment issues resolved

This commit is contained in:
James Alley 2015-02-03 17:36:24 -08:00
parent 8e5d20c423
commit 8a7db591ea

View File

@ -12,7 +12,7 @@ A set of small, responsive CSS modules that you can use in every web project.
**Use From the CDN:**
```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0-rc-1/pure-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
```
Note: You can [customize which Pure modules you need][customize].
@ -73,7 +73,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
CDN:
```html
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0-rc-1/pure-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
```
You can also install Pure using [Bower][], using the following command: