Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Update readme and issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomka committed Jan 17, 2018
1 parent b525ff6 commit 8adff3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

### Steps To Reproduce:

Including a reproduction would be great. You can fork this fiddle: https://jsfiddle.net/m5Lqdjxf/
Including a reproduction would be great. You can fork this fiddle: https://jsfiddle.net/9povL17v/

15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,13 @@ Vue.extend({

### Browser

Download vue, luxon and vue-datetime or use a CDN like unpkg.

```html
<!-- Include after Vue -->
<!-- Local files -->
<link rel="stylesheet" href="vue-datetime/dist/vue-datetime.css"></link>
<script src="vue-datetime/dist/vue-datetime.js"></script>

<!-- From CDN -->
<!-- NOT ready yet. It will be ready for first stable version. -->
<link rel="stylesheet" href="https://unpkg.com/vue-datetime/dist/vue-datetime.css"></link>
<script src="https://unpkg.com/vue-datetime"></script>
<link rel="stylesheet" href="vue-datetime.css"></link>
<script src="vue.js"></script>
<script src="luxon.js"></script>
<script src="vue-datetime.js"></script>
```

## Usage
Expand Down

0 comments on commit 8adff3d

Please sign in to comment.