Skip to content

Commit

Permalink
Merge pull request #71 from LukasDrgon/patch-1
Browse files Browse the repository at this point in the history
Update jsDelivr links
  • Loading branch information
godswearhats authored Sep 8, 2017
2 parents bcbadef + 21405fa commit 9126c95
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 @@ -2,8 +2,8 @@ jquery-ui-rotatable is a plugin for jQuery UI that works in a similar way to Dra

#### CDN
```html
<link rel="stylesheet" href="//cdn.jsdelivr.net/jquery.ui.rotatable/1.1/jquery.ui.rotatable.css">
<script src="//cdn.jsdelivr.net/jquery.ui.rotatable/1.1/jquery.ui.rotatable.min.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/godswearhats/jquery-ui-rotatable@1.1/jquery.ui.rotatable.css">
<script src="https://cdn.jsdelivr.net/gh/godswearhats/jquery-ui-rotatable@1.1/jquery.ui.rotatable.min.js"></script>
```

### Usage
Expand Down

0 comments on commit 9126c95

Please sign in to comment.