Skip to content

Commit c404645

Browse files
author
Steven Orvell
committed
Update package readme's
1 parent da78555 commit c404645

File tree

7 files changed

+28
-28
lines changed

7 files changed

+28
-28
lines changed

packages/button/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ A [Material Components](https://material.io/components/) icon implementation usi
33

44
## Getting started
55

6-
* The easiest way to try out mwc-button is to use one of these online tools:
6+
* The easiest way to try out mwc-button is to use one of these online tools:
77

8-
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
8+
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
99

10-
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
10+
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
1111
[CodePen](https://codepen.io/azakus/pen/deZLja).
1212

1313
* You can also copy [this HTML file](https://gist.githubusercontent.com/azakus/f01e9fc2ed04e781ad5a52ded7b296e7/raw/266f2f4f91cbfe89b2acc6ec63957b1a3cfe9b39/index.html) into a local file and run it in any browser that supports [JavaScript Modules]((https://caniuse.com/#search=modules)).
@@ -42,7 +42,7 @@ A [Material Components](https://material.io/components/) icon implementation usi
4242

4343
1. Install the Polymer CLI:
4444

45-
```npm i -g polymer-cli@next```
45+
```npm i -g polymer-cli```
4646

4747
1. Run the development server and open a browser pointing to its URL:
4848

packages/checkbox/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi
55

66
* The easiest way to try out mwc-checkbox is to use one of these online tools:
77

8-
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
8+
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
99

10-
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11-
[CodePen](https://codepen.io/azakus/pen/deZLja).
10+
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11+
[CodePen](https://codepen.io/azakus/pen/deZLja).
1212

1313
* You can also copy [this HTML file](https://gist.githubusercontent.com/azakus/f01e9fc2ed04e781ad5a52ded7b296e7/raw/266f2f4f91cbfe89b2acc6ec63957b1a3cfe9b39/index.html) into a local file and run it in any browser that supports [JavaScript Modules]((https://caniuse.com/#search=modules)).
1414

@@ -42,7 +42,7 @@ A [Material Components](https://material.io/components/) icon implementation usi
4242

4343
1. Install the Polymer CLI:
4444

45-
```npm i -g polymer-cli@next```
45+
```npm i -g polymer-cli```
4646

4747
1. Run the development server and open a browser pointing to its URL:
4848

packages/fab/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi
55

66
* The easiest way to try out mwc-fab is to use one of these online tools:
77

8-
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
8+
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
99

10-
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11-
[CodePen](https://codepen.io/azakus/pen/deZLja).
10+
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11+
[CodePen](https://codepen.io/azakus/pen/deZLja).
1212

1313
* You can also copy [this HTML file](https://gist.githubusercontent.com/azakus/f01e9fc2ed04e781ad5a52ded7b296e7/raw/266f2f4f91cbfe89b2acc6ec63957b1a3cfe9b39/index.html) into a local file and run it in any browser that supports [JavaScript Modules]((https://caniuse.com/#search=modules)).
1414

@@ -42,7 +42,7 @@ A [Material Components](https://material.io/components/) icon implementation usi
4242

4343
1. Install the Polymer CLI:
4444

45-
```npm i -g polymer-cli@next```
45+
```npm i -g polymer-cli```
4646

4747
1. Run the development server and open a browser pointing to its URL:
4848

packages/icon/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi
55

66
* The easiest way to try out mwc-icon is to use one of these online tools:
77

8-
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
8+
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
99

10-
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11-
[CodePen](https://codepen.io/azakus/pen/deZLja).
10+
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11+
[CodePen](https://codepen.io/azakus/pen/deZLja).
1212

1313
* You can also copy [this HTML file](https://gist.githubusercontent.com/azakus/f01e9fc2ed04e781ad5a52ded7b296e7/raw/266f2f4f91cbfe89b2acc6ec63957b1a3cfe9b39/index.html) into a local file and run it in any browser that supports [JavaScript Modules]((https://caniuse.com/#search=modules)).
1414

@@ -42,7 +42,7 @@ A [Material Components](https://material.io/components/) icon implementation usi
4242

4343
1. Install the Polymer CLI:
4444

45-
```npm i -g polymer-cli@next```
45+
```npm i -g polymer-cli```
4646

4747
1. Run the development server and open a browser pointing to its URL:
4848

packages/radio/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi
55

66
* The easiest way to try out mwc-radio is to use one of these online tools:
77

8-
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
8+
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
99

10-
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11-
[CodePen](https://codepen.io/azakus/pen/deZLja).
10+
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11+
[CodePen](https://codepen.io/azakus/pen/deZLja).
1212

1313
* You can also copy [this HTML file](https://gist.githubusercontent.com/azakus/f01e9fc2ed04e781ad5a52ded7b296e7/raw/266f2f4f91cbfe89b2acc6ec63957b1a3cfe9b39/index.html) into a local file and run it in any browser that supports [JavaScript Modules]((https://caniuse.com/#search=modules)).
1414

@@ -42,7 +42,7 @@ A [Material Components](https://material.io/components/) icon implementation usi
4242

4343
1. Install the Polymer CLI:
4444

45-
```npm i -g polymer-cli@next```
45+
```npm i -g polymer-cli```
4646

4747
1. Run the development server and open a browser pointing to its URL:
4848

packages/ripple/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi
55

66
* The easiest way to try out mwc-ripple is to use one of these online tools:
77

8-
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
8+
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
99

10-
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11-
[CodePen](https://codepen.io/azakus/pen/deZLja).
10+
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11+
[CodePen](https://codepen.io/azakus/pen/deZLja).
1212

1313
* You can also copy [this HTML file](https://gist.githubusercontent.com/azakus/f01e9fc2ed04e781ad5a52ded7b296e7/raw/266f2f4f91cbfe89b2acc6ec63957b1a3cfe9b39/index.html) into a local file and run it in any browser that supports [JavaScript Modules]((https://caniuse.com/#search=modules)).
1414

@@ -42,7 +42,7 @@ A [Material Components](https://material.io/components/) icon implementation usi
4242

4343
1. Install the Polymer CLI:
4444

45-
```npm i -g polymer-cli@next```
45+
```npm i -g polymer-cli```
4646

4747
1. Run the development server and open a browser pointing to its URL:
4848

packages/switch/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi
55

66
* The easiest way to try out mwc-switch is to use one of these online tools:
77

8-
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
8+
* Runs in all [supported](#supported-browsers) browsers: [StackBlitz](https://stackblitz.com/edit/mwc-icon-example?file=index.js), [Glitch](https://glitch.com/edit/#!/mwc-icon-example?path=index.html)
99

10-
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11-
[CodePen](https://codepen.io/azakus/pen/deZLja).
10+
* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output),
11+
[CodePen](https://codepen.io/azakus/pen/deZLja).
1212

1313
* You can also copy [this HTML file](https://gist.githubusercontent.com/azakus/f01e9fc2ed04e781ad5a52ded7b296e7/raw/266f2f4f91cbfe89b2acc6ec63957b1a3cfe9b39/index.html) into a local file and run it in any browser that supports [JavaScript Modules]((https://caniuse.com/#search=modules)).
1414

@@ -42,7 +42,7 @@ A [Material Components](https://material.io/components/) icon implementation usi
4242

4343
1. Install the Polymer CLI:
4444

45-
```npm i -g polymer-cli@next```
45+
```npm i -g polymer-cli```
4646

4747
1. Run the development server and open a browser pointing to its URL:
4848

0 commit comments

Comments
 (0)