Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
marella committed Jul 22, 2021
1 parent 47b3507 commit e41fb85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# [material-icons](https://github.com/marella/material-icons) [![Downloads](https://img.shields.io/npm/dm/material-icons)](https://www.npmjs.com/package/material-icons)

Material design icon font and CSS framework for self hosting the icons.
Latest icon fonts and CSS for self-hosting material design icons.

> This package is automatically updated, so it will always have the latest icons from Google.
> For SVGs, see [`@material-design-icons/svg`](https://www.npmjs.com/package/@material-design-icons/svg)
Expand All @@ -16,6 +18,8 @@ Install the [latest version][releases] using:
npm install material-icons@latest
```

> **Note:** If you are upgrading from 0.x to 1.x see the [1.0.0 release notes](https://github.com/marella/material-icons/releases/tag/v1.0.0).
## Usage

Import in JS (example: `src/index.js` in Create React App, `src/main.js` in Vue CLI):
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "material-icons",
"version": "0.7.7",
"description": "Material design icon font and CSS framework for self hosting the icons.",
"description": "Latest icon fonts and CSS for self-hosting material design icons.",
"browser": "iconfont/material-icons.css",
"sass": "iconfont/material-icons.scss",
"files": [
Expand Down

0 comments on commit e41fb85

Please sign in to comment.