Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanahmeed committed Aug 11, 2020
1 parent 6f09ac9 commit facfde9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@
[Demo here](https://vue-daily-schedule.vercel.app/)

### Install
Node
```
npm install vue-daily-scheduler
# or yarn
yarn add vue-daily-scheduler
```
Browser
```html
<script scr="https://unpkg.com/vue-daily-scheduler@latest/dist/vue-schedule.min.js" />
```
then, use inside a component
```javascript
import VueSchedule from 'vue-daily-schedule'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-daily-scheduler",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"author": "Burhanuddin Ahmed",
"license": "MIT",
Expand Down

1 comment on commit facfde9

@vercel
Copy link

@vercel vercel bot commented on facfde9 Aug 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.