Skip to content

Commit

Permalink
docs(readme): 📝 Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imanmalekian31 committed Oct 6, 2022
1 parent dcd0523 commit 444e84e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,21 @@

[Demo](https://vue-toy-face.vercel.app/)

## Installation

```shell
# npm
$ npm install toy-face
# yarn
$ yarn add toy-face
```

## Usage

```html
<script src="https://cdn.jsdelivr.net/gh/imanmalekian31/toy-face/dist/bundle.js"></script>
OR
<script src="node_modules/toy-face/dist/bundle.js"></script>
...
<toy-face size="180" rounded="20" toy-number="18" group="2"></toy-face>
```
Expand Down

0 comments on commit 444e84e

Please sign in to comment.