Skip to content

Commit dac4ff4

Browse files
committed
change docs
1 parent e143bb6 commit dac4ff4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
### Install
1414
```
15-
npm install vue-daily-schedule
15+
npm install vue-daily-scheduler
1616
1717
# or yarn
1818
19-
yarn add vue-daily-schedule
19+
yarn add vue-daily-scheduler
2020
```
2121
then, use inside a component
2222
```javascript

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vue-daily-schedule",
2+
"name": "vue-daily-scheduler",
33
"version": "1.0.0",
44
"private": false,
55
"author": "Burhanuddin Ahmed",
@@ -8,9 +8,6 @@
88
"main": "dist/vue-schedule.umd.js",
99
"module": "dist/vue-schedule.esm.js",
1010
"unpkg": "dist/vue-schedule.min.js",
11-
"publishConfig": {
12-
"registry": "https://npm.pkg.github.com/"
13-
},
1411
"repository": "burhanahmeed/vue-daily-schedule",
1512
"keywords": [
1613
"vue",

0 commit comments

Comments
 (0)