From 36cc23cfbd3d1f7564bfab7bf9479be0a0f078bb Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Sat, 12 Oct 2019 23:03:27 -0500 Subject: [PATCH] Update readme. --- README.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3bc5583c4..743b6778f 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ This repo contains all the planning for current and work-in-progress Material De View at [Material Design Icons](http://materialdesignicons.com/). This repo also contains converted icons from [Google's official icon set](https://github.com/google/material-design-icons). -| | NPM | Bower | Dist Repo | -|-----------------|-----------------------|-------------------------|-----------| -| Webfont / SCSS | `npm install @mdi/font` |`bower install mdi` | [MaterialDesign-Webfont](https://github.com/Templarian/MaterialDesign-Webfont) | -| JavaScript / TypeScript | `npm install @mdi/js` | n/a | [MaterialDesign-JS](https://github.com/Templarian/MaterialDesign-JS) | -| ReactJS | `npm install @mdi/react` | n/a | [MaterialDesign-React](https://github.com/Templarian/MaterialDesign-React) | -| SVG / Meta.json | `npm install @mdi/svg` | `bower install mdi-svg` | [MaterialDesign-SVG](https://github.com/Templarian/MaterialDesign-SVG) | +| | NPM | Dist Repo | +|-----------------|-----------------------|-----------| +| Webfont / SCSS | `npm install @mdi/font` | [MaterialDesign-Webfont](https://github.com/Templarian/MaterialDesign-Webfont) | +| JavaScript / TypeScript | `npm install @mdi/js` | [MaterialDesign-JS](https://github.com/Templarian/MaterialDesign-JS) | +| ReactJS | `npm install @mdi/react` | [MaterialDesign-React](https://github.com/Templarian/MaterialDesign-React) | +| SVG / Meta.json | `npm install @mdi/svg` | [MaterialDesign-SVG](https://github.com/Templarian/MaterialDesign-SVG) | [![Icons](http://i.imgur.com/zKuXEkR.png)](https://materialdesignicons.com/) @@ -27,7 +27,7 @@ View at [Material Design Icons](http://materialdesignicons.com/). This repo also ## Contribute -Please do not make pull requests against this repositiory. All icons are managed through the Material Design Icons site by the various contributors. If you want to become a contributor [read more](http://materialdesignicons.com/contribute). +Please do not make pull requests against this repositiory. All icons are managed through the Material Design Icons site by the various contributors and synced instantly. If you want to become a contributor [read more](http://materialdesignicons.com/contribute). ### Icon Suggestions @@ -41,14 +41,8 @@ For those designing new icons please use the templates provided as a starting po ### Third Party (Plugins / Extensions / etc) -Please follow official releases and use the `@mdi/svg` [NPM](https://www.npmjs.com/package/@mdi/svg) dependency for any third party integration. This ensures a stable release for your plugins or third party libraries/applications. - -[Templarian/MaterialDesign-SVG](https://github.com/templarian/materialdesign-svg) - -``` -npm install @mdi/svg -bower install mdi-svg -``` +- [Third Party Guide](http://dev.materialdesignicons.com/contribute/first-party) +- [First Party Guide](http://dev.materialdesignicons.com/contribute/third-party) ## License