Skip to content

Commit 77447fb

Browse files
authored
Update README.md
1 parent 6455507 commit 77447fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
33

44
## Using eos-icons-react in your projects
5-
Refer to [EOS Icons](eos-icons.com) for more details about all the icons that are supported by EOS-Icons React
5+
Refer to [EOS Icons](https://eos-icons.com/) for more details about all the icons that are supported by EOS-Icons React
66

77
[Storybook EOS-Icons React](https://storybook.eos-icons.com/), checkout storybook for an in-depth look at the various different icons that are provided by EOS-Icons React as well the props available for configuring icons.
88

@@ -23,9 +23,9 @@ import { EOS_STAR } from 'eos-icons-react';
2323
```
2424
#### Filled/Outlined icons usage
2525
```
26-
import { EOS_STAR_FILED, EOS_STAR_OUTLINED } from 'eos-icons-react';
26+
import { EOS_STAR_FILLED, EOS_STAR_OUTLINED } from 'eos-icons-react';
2727
28-
<EOS_STAR_FILED />
28+
<EOS_STAR_FILLED />
2929
<EOS_STAR_OUTLINED />
3030
```
3131
#### Animated icons usage
@@ -101,7 +101,7 @@ npm run test
101101

102102
- [EOS Design System](https://www.eosdesignsystem.com/)
103103

104-
- [EOS Icons](eos-icons.com)
104+
- [EOS Icons](https://eos-icons.com/)
105105

106106
- [Follow us on Twitter](https://twitter.com/eosdesignsystem)
107107

0 commit comments

Comments
 (0)