Skip to content

Commit 65df3ca

Browse files
committed
chore(svg-loader): installation guide
1 parent 82d9c0f commit 65df3ca

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/svg-loader/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ A utility provides a convenient way to retrieve the content of SVG icon files as
55
## Installation
66

77
```bash
8-
yarn add -D @alwatr/svg-loader \
9-
@alwatr/icon-set-extra \
10-
@alwatr/icon-set-ionic \
11-
@alwatr/icon-set-material
8+
yarn add @alwatr/svg-loader
9+
10+
# install icon package like Alwatr's icon sets package:
11+
yarn @alwatr/icon-set-material \
12+
@alwatr/icon-set-extra \
13+
@alwatr/icon-set-ionic
1214
```
1315

1416
## Usage

0 commit comments

Comments
 (0)