From ccdabe9fa1687b7371da2a4fb570762c366cee00 Mon Sep 17 00:00:00 2001 From: Daniel Panero Date: Mon, 14 May 2018 23:53:24 +0200 Subject: [PATCH] Update Button readme There was icon instead of button I change icon with button --- packages/button/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/button/README.md b/packages/button/README.md index 3f8ca86fd..31cdbb179 100644 --- a/packages/button/README.md +++ b/packages/button/README.md @@ -1,5 +1,5 @@ # mwc-button -A [Material Components](https://material.io/components/) icon implementation using [Web Components](https://www.webcomponents.org/introduction) +A [Material Components](https://material.io/components/) button implementation using [Web Components](https://www.webcomponents.org/introduction) ## Getting started @@ -58,4 +58,4 @@ A [Material Components](https://material.io/components/) icon implementation usi ## Supported Browsers The last 2 versions of all modern browsers are supported, including -Chrome, Safari, Opera, Firefox, Edge. In addition, Internet Explorer 11 is also supported. \ No newline at end of file +Chrome, Safari, Opera, Firefox, Edge. In addition, Internet Explorer 11 is also supported.