Skip to content

Commit ff40c5e

Browse files
committed
Update README
1 parent 5a9b90e commit ff40c5e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
![Vue-Icomoon Logo](/banner.png)
22

33
[![npm](https://img.shields.io/npm/v/vue-icomoon?color=%234fc921)](https://www.npmjs.com/package/vue-icomoon)
4+
![npm](https://img.shields.io/npm/dm/vue-icomoon)
45
[![License](https://img.shields.io/badge/License-MIT-green.svg?color=%234fc921)](https://opensource.org/licenses/MIT)
56

67
**📦 Zero Dependencies**
78

89
It makes it very simple to use SVG icons in your `Vue3` projects.
910

10-
## [Demo](https://codesandbox.io/s/vue-icomoon-demo-nqb0z)
11+
## [Demo](https://codesandbox.io/s/vue-icomoon-demo-nqb0z) - [Buy Me a Coffee](https://www.buymeacoffee.com/aykutkardas)
1112

1213
## Install
1314

@@ -17,9 +18,9 @@ npm install vue-icomoon
1718

1819
## Usage
1920

20-
You can use the icons you selected on [IcoMoon](https://icomoon.io/app/) by downloading the `selection.json` file.
21+
#### You can use [svgps.app](https://svgps.app/) to access over `40,000` free icons and convert your own icons into `selection.json`.
2122

22-
> You can try [svgps.app](https://svgps.app/) to generate `selection.json` file. 🎉
23+
Or you can use [IcoMoon](https://icomoon.io/app/) to generate the `selection.json` file.
2324

2425
### Declare
2526

0 commit comments

Comments
 (0)