From e836ce16591eb4be68008642fb82b152c46c8244 Mon Sep 17 00:00:00 2001 From: idorenyinudoh Date: Tue, 5 Oct 2021 08:12:51 +0100 Subject: [PATCH] chore: add command to install through yarn in README.md and change aesthetic to aesth --- README.md | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1065638..9640f78 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# aesthetic-vue-range-input +# aesth-vue-range-input

@@ -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 @@ -45,7 +50,7 @@ npm install aesth-vue-range-input ## Usage -If installed through npm, +If installed through npm or yarn, ```vue