Skip to content

Commit 08c01fe

Browse files
author
Joe Crick
committed
(master): Remove CDN stuff from readme.md
1 parent 18c1f79 commit 08c01fe

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

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.10",
3+
"version": "0.0.11",
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: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pure CSS Components
66
[![Build Status](https://travis-ci.org/joe-crick/pure-css-components.svg?branch=master)](https://travis-ci.org/joe-crick/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)
9-
![Current Version](https://img.shields.io/badge/version-0.0.10-green.svg)
9+
![Current Version](https://img.shields.io/badge/version-0.0.11-green.svg)
1010

1111

1212
![Pure Components](https://github.com/joe-crick/pure-css-components/blob/master/static/pure-css-components.png)
@@ -16,15 +16,6 @@ CSS Only Components for [Pure CSS](http://purecss.io).
1616

1717
NOTE: This is an independent project, and is not directly associated with Pure CSS.
1818

19-
### Use from the CDN
20-
21-
```html
22-
<link rel="stylesheet"
23-
href="https://unpkg.com/purecss-components@0.0.10/dist/pure-components.css"
24-
integrity="sha384-cCdXaMBDgc3krh5mlTnFgdTnizVUd2Ucy9HGShQMoYOc/4NgP4b7CBOdF23VxIy3"
25-
crossorigin="anonymous">
26-
```
27-
2819
### Install from NPM
2920

3021
```js

0 commit comments

Comments
 (0)