Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mervick committed Dec 6, 2015
1 parent c7d292b commit 12b5064
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ which allows rendering of an icon glyph simply by using its textual name.
In this repository also implemented the ability to use the icons in the bootstrap-style,
like in `glyphicon`, `font-awesome` or `ionicons`.

See [demo](http://mervick.github.io/material-design-icons/) with all icon set.

## Installation

Expand All @@ -27,16 +28,16 @@ Add to your html page in the `head` area
<link rel="stylesheet" href="css/material-icons.css">
```

#### Where are two ways to usage:
#### Where are two ways to use:

- Native, this one is awesome but have some troubles
- Ligature, this one is awesome but have some troubles
```html
<i class="material-icons">accessibility</i>
<i class="material-icons">3d_rotation</i>
<i class="material-icons">airline_seat_legroom_reduced</i>
```

- In bootstrap-style,
- Bootstrap-style,
```html
<i class="mdi mdi-accessibility"></i>
<i class="mdi mdi-3d-rotation"></i>
Expand Down Expand Up @@ -84,8 +85,6 @@ Using bootstrap-style, you can also use additional features such as in Font Awes
</ul>
```

All icons set you can find in the file `demo.html`.


##License

Expand Down

0 comments on commit 12b5064

Please sign in to comment.