Skip to content

Commit

Permalink
Add correct npm tag to the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Jun 22, 2019
1 parent 1ab3bd2 commit 01bcb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Material Design Icons for Material-UI
[![npm](https://img.shields.io/npm/v/mdi-material-ui.svg)](https://www.npmjs.com/package/mdi-material-ui)
[![npm](https://img.shields.io/npm/v/mdi-material-ui/mui-v3.svg)](https://www.npmjs.com/package/mdi-material-ui)
[![Material Design Icons version](https://img.shields.io/badge/mdi-v3.7.95-blue.svg)](https://github.com/Templarian/MaterialDesign)
[![Material Design Icons version](https://img.shields.io/badge/mdi--light-v0.2.63-blue.svg)](https://github.com/Templarian/MaterialDesignLight)

Expand All @@ -16,7 +16,7 @@ is exported.

## Installation
```shell
npm install mdi-material-ui --save
npm install mdi-material-ui@mui-v3 --save
```

## Usage
Expand Down

0 comments on commit 01bcb3f

Please sign in to comment.