Update readme.

This commit is contained in:
Austin Andrews
2019-10-12 23:03:27 -05:00
committed by GitHub
parent 6a2909ad38
commit 36cc23cfbd

View File

@@ -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