Skip to content

Commit

Permalink
Fix CDN url
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesmiler committed Oct 20, 2016
1 parent b213699 commit 249455e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ $ npm install vue-clickaway --save
From CDN:

``` html
<script src="https://cdn.rawgit.com/simplesmiler/vue-clickaway/2.0.0-rc.1/dist/vue-clickaway.js"></script>
<script src="https://cdn.rawgit.com/simplesmiler/vue-clickaway/2.0.0/dist/vue-clickaway.js"></script>
<!-- OR -->
<script src="https://cdn.rawgit.com/simplesmiler/vue-clickaway/2.0.0-rc.1/dist/vue-clickaway.min.js"></script>
<script src="https://cdn.rawgit.com/simplesmiler/vue-clickaway/2.0.0/dist/vue-clickaway.min.js"></script>
```

## Usage
Expand Down

0 comments on commit 249455e

Please sign in to comment.