Skip to content

Commit

Permalink
fix: corrected typos in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Dec 13, 2024
1 parent d473934 commit a03158a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/react-icons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,23 @@
[![License](https://img.shields.io/npm/l/@100mslive/react-icons)](https://www.100ms.live/)
![Tree shaking](https://badgen.net/bundlephobia/tree-shaking/@100mslive/react-icons)


Using the package in your application

```
```bash
// npm
npm install @100mslive/react-icons@latest --save

// yarn
yarn add @100mslive/react-icons@latest
```
### How to add icons

## How to add icons

1. add (only) 24x24 px svg file in `/assets`
2. Run

```bash
yarn build
yarn build
```

The jsx files for the corresponding files will be autogenerated.

0 comments on commit a03158a

Please sign in to comment.