Skip to content

Commit

Permalink
change docs
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanahmeed committed Aug 11, 2020
1 parent e143bb6 commit dac4ff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

### Install
```
npm install vue-daily-schedule
npm install vue-daily-scheduler
# or yarn
yarn add vue-daily-schedule
yarn add vue-daily-scheduler
```
then, use inside a component
```javascript
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vue-daily-schedule",
"name": "vue-daily-scheduler",
"version": "1.0.0",
"private": false,
"author": "Burhanuddin Ahmed",
Expand All @@ -8,9 +8,6 @@
"main": "dist/vue-schedule.umd.js",
"module": "dist/vue-schedule.esm.js",
"unpkg": "dist/vue-schedule.min.js",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": "burhanahmeed/vue-daily-schedule",
"keywords": [
"vue",
Expand Down

0 comments on commit dac4ff4

Please sign in to comment.