Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Commit 534bbbb

Browse files
committed
Fixes for readme file
1 parent fac6a01 commit 534bbbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Vue.use(VueRangedatePicker)
3232
```html
3333
<!-- Include after Vue -->
3434
<!-- Local files -->
35-
<script src="vue-rangedate-picker/dist/vue-rangedate-picker-winslow.min.js"></script>
35+
<script src="vue-rangedate-picker-winslow/dist/vue-rangedate-picker.min.js"></script>
3636

3737
<!-- From CDN -->
38-
<script src="https://unpkg.com/vue-rangedate-picker"></script>
38+
<script src="https://unpkg.com/vue-rangedate-picker-winslow"></script>
3939
```
4040

4141
### Available Events
@@ -47,8 +47,8 @@ You can catch these below Events to `<vue-rangedate-picker @events="events"></vu
4747
*Description* : function that will `$emit` when datepicker set value, this function will get parameter response :
4848
```javascript
4949
{
50-
start: dateObjectStart
51-
end: dateObjectEnd
50+
start: new Date(2018, 05, 01)
51+
end: new Date(2018, 05, 31)
5252
}
5353
```
5454

0 commit comments

Comments
 (0)