Skip to content

Commit

Permalink
chore: add command to install through yarn in README.md and change ae…
Browse files Browse the repository at this point in the history
…sthetic to aesth
  • Loading branch information
idorenyinudoh committed Oct 5, 2021
1 parent 7ba3c8d commit e836ce1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# aesthetic-vue-range-input
# aesth-vue-range-input

<br>
<br>
Expand Down Expand Up @@ -31,6 +31,11 @@ a completely customizable and aesthetic range input component for vue 2.
npm install aesth-vue-range-input
```

### yarn
```shell
yarn add aesth-vue-range-input
```

### CDN

#### jsDelivr
Expand All @@ -45,7 +50,7 @@ npm install aesth-vue-range-input

## Usage

If installed through npm,
If installed through npm or yarn,

```vue
<template>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aesth-vue-range-input",
"version": "0.0.5",
"version": "0.0.6",
"private": false,
"description": "a completely customizable and aesthetic range input component for vue 2.",
"keywords": [
Expand Down

0 comments on commit e836ce1

Please sign in to comment.