Skip to content

Commit 3fd05ca

Browse files
author
Joe Crick
committed
(master): Fix spelling error
1 parent 0c780dc commit 3fd05ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h2 id="add-pure-to-your-page" class="content-subhead">Pure CSS<a
100100
<p>
101101
Pure doesn't have any components, so I wrote some. My goal is to get parity with
102102
Bootstrap's menu of components. I'm <em>very</em> close. Please note, this is still a work in
103-
progress. The usual cations apply.
103+
progress. The usual cautions apply.
104104
</p>
105105
</div>
106106

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purecss-components",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Pure.CSS Components is a responsive lib of CSS Only components built to work with Pure.CSS",
55
"main": "index.js",
66
"author": "jcrick@josephcrick.com",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pure CSS Components
77
[![GitHub license](https://img.shields.io/github/license/Day8/re-frame.svg)](license.txt)
88
![Dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg)
99
[![GitHub Issues](https://img.shields.io/github/issues/joe-crick/responsive-css-accordion.svg)](https://github.com/joe-crick/responsive-css-accordion/issues)
10-
![Current Version](https://img.shields.io/badge/version-0.0.7-green.svg)
10+
![Current Version](https://img.shields.io/badge/version-0.0.8-green.svg)
1111

1212

1313
![Pure Components](https://github.com/joe-crick/pure-css-components/blob/master/static/pure-css-components.png)
@@ -19,7 +19,7 @@ NOTE: This is an independent project, and is not directly associated with Pure C
1919
### Use from the CDN
2020

2121
```html
22-
<link rel="stylesheet" href="https://unpkg.com/purecss-components@0.0.7/dist/pure-components.css">
22+
<link rel="stylesheet" href="https://unpkg.com/purecss-components@0.0.8/dist/pure-components.css">
2323
```
2424

2525
### Install from NPM

0 commit comments

Comments
 (0)