From c4046450cc6f62814aedcb72cf796fc347825d40 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Tue, 8 May 2018 15:56:10 -0700 Subject: [PATCH] Update package readme's --- packages/button/README.md | 8 ++++---- packages/checkbox/README.md | 8 ++++---- packages/fab/README.md | 8 ++++---- packages/icon/README.md | 8 ++++---- packages/radio/README.md | 8 ++++---- packages/ripple/README.md | 8 ++++---- packages/switch/README.md | 8 ++++---- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/packages/button/README.md b/packages/button/README.md index 731da47bf..3f8ca86fd 100644 --- a/packages/button/README.md +++ b/packages/button/README.md @@ -3,11 +3,11 @@ A [Material Components](https://material.io/components/) icon implementation usi ## Getting started - * The easiest way to try out mwc-button is to use one of these online tools: +* The easiest way to try out mwc-button is to use one of these online tools: -* 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) + * 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) -* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), + * Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), [CodePen](https://codepen.io/azakus/pen/deZLja). * 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 1. Install the Polymer CLI: - ```npm i -g polymer-cli@next``` + ```npm i -g polymer-cli``` 1. Run the development server and open a browser pointing to its URL: diff --git a/packages/checkbox/README.md b/packages/checkbox/README.md index 9d1b5ffde..87c189ab8 100644 --- a/packages/checkbox/README.md +++ b/packages/checkbox/README.md @@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi * The easiest way to try out mwc-checkbox is to use one of these online tools: -* 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) + * 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) -* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), -[CodePen](https://codepen.io/azakus/pen/deZLja). + * Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), + [CodePen](https://codepen.io/azakus/pen/deZLja). * 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 1. Install the Polymer CLI: - ```npm i -g polymer-cli@next``` + ```npm i -g polymer-cli``` 1. Run the development server and open a browser pointing to its URL: diff --git a/packages/fab/README.md b/packages/fab/README.md index af0085da4..0c41e7c54 100644 --- a/packages/fab/README.md +++ b/packages/fab/README.md @@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi * The easiest way to try out mwc-fab is to use one of these online tools: -* 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) + * 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) -* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), -[CodePen](https://codepen.io/azakus/pen/deZLja). + * Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), + [CodePen](https://codepen.io/azakus/pen/deZLja). * 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 1. Install the Polymer CLI: - ```npm i -g polymer-cli@next``` + ```npm i -g polymer-cli``` 1. Run the development server and open a browser pointing to its URL: diff --git a/packages/icon/README.md b/packages/icon/README.md index af884087c..bc3ef690f 100644 --- a/packages/icon/README.md +++ b/packages/icon/README.md @@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi * The easiest way to try out mwc-icon is to use one of these online tools: -* 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) + * 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) -* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), -[CodePen](https://codepen.io/azakus/pen/deZLja). + * Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), + [CodePen](https://codepen.io/azakus/pen/deZLja). * 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 1. Install the Polymer CLI: - ```npm i -g polymer-cli@next``` + ```npm i -g polymer-cli``` 1. Run the development server and open a browser pointing to its URL: diff --git a/packages/radio/README.md b/packages/radio/README.md index 586d0424d..a64316307 100644 --- a/packages/radio/README.md +++ b/packages/radio/README.md @@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi * The easiest way to try out mwc-radio is to use one of these online tools: -* 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) + * 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) -* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), -[CodePen](https://codepen.io/azakus/pen/deZLja). + * Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), + [CodePen](https://codepen.io/azakus/pen/deZLja). * 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 1. Install the Polymer CLI: - ```npm i -g polymer-cli@next``` + ```npm i -g polymer-cli``` 1. Run the development server and open a browser pointing to its URL: diff --git a/packages/ripple/README.md b/packages/ripple/README.md index 2be28b656..ba894759c 100644 --- a/packages/ripple/README.md +++ b/packages/ripple/README.md @@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi * The easiest way to try out mwc-ripple is to use one of these online tools: -* 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) + * 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) -* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), -[CodePen](https://codepen.io/azakus/pen/deZLja). + * Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), + [CodePen](https://codepen.io/azakus/pen/deZLja). * 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 1. Install the Polymer CLI: - ```npm i -g polymer-cli@next``` + ```npm i -g polymer-cli``` 1. Run the development server and open a browser pointing to its URL: diff --git a/packages/switch/README.md b/packages/switch/README.md index d5a95fe72..3036f74ca 100644 --- a/packages/switch/README.md +++ b/packages/switch/README.md @@ -5,10 +5,10 @@ A [Material Components](https://material.io/components/) icon implementation usi * The easiest way to try out mwc-switch is to use one of these online tools: -* 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) + * 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) -* Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), -[CodePen](https://codepen.io/azakus/pen/deZLja). + * Runs in browsers with [JavaScript Modules](https://caniuse.com/#search=modules): [JSBin](http://jsbin.com/qibisux/edit?html,output), + [CodePen](https://codepen.io/azakus/pen/deZLja). * 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 1. Install the Polymer CLI: - ```npm i -g polymer-cli@next``` + ```npm i -g polymer-cli``` 1. Run the development server and open a browser pointing to its URL: