Skip to content

Commit

Permalink
Docs(web-react): Fix typo in README.md of Icon component
Browse files Browse the repository at this point in the history
  • Loading branch information
dlouhak authored and crishpeen committed Nov 21, 2023
1 parent 1d0d80f commit f700adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-react/src/components/Icon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Icons are graphical metaphors or symbols that can be used to complement existing
To use this component in your project you need to run the following command using [npm](https://www.npmjs.com/):

```bash
npm install -S @lcm-eu/spirit-icons html-react-parser
npm install -S @lmc-eu/spirit-icons html-react-parser
```

If you prefer [Yarn](https://yarnpkg.com/), use the following command instead:

```bash
yarn add @lcm-eu/spirit-icons html-react-parser
yarn add @lmc-eu/spirit-icons html-react-parser
```

### 📦 Dependencies
Expand Down

0 comments on commit f700adf

Please sign in to comment.