Skip to content

Commit a1b412e

Browse files
author
Simon Planinschek
committed
Fixed typo in readme.md
1 parent 9607952 commit a1b412e

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

readme.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
React Material Icons
22
====================
33

4-
This package includes all [Material Icons](https://material.io/resources/icons/?style=baseline) as reusable React components
4+
This package includes all [Material Icons](https://material.io/resources/icons/?style=baseline) as reusable React components.
55

66
## Table of content
77
- [Usage](#usage)
@@ -11,12 +11,12 @@ This package includes all [Material Icons](https://material.io/resources/icons/?
1111

1212
## Usage
1313

14-
In order to use this package you have to install it through npm
14+
First, you have to install the package:
1515
```bash
1616
npm install @aboutbits/react-material-icons
1717
```
1818

19-
After you successfully installed the package you can simply use the icons in you React application like this
19+
Second, you can use the icons in you React application like this:
2020
```jsx
2121
import React from 'react'
2222

@@ -27,10 +27,11 @@ const MyCommponent = () => {
2727
}
2828
```
2929

30-
SVG related parameters like height and width can be passed as props
30+
SVG related parameters like height and width can be passed as props.
3131

3232
## Generate Components
33-
To generate the components, simply run the following command
33+
34+
To generate the components, simply run the following command:
3435
```bash
3536
npm run generate
3637
```

0 commit comments

Comments
 (0)