Skip to content

Commit

Permalink
Update CDN links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rycochet committed May 27, 2018
1 parent a263bb8 commit c17a6a3
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 @@ -21,13 +21,13 @@ NPM: https://www.npmjs.com/package/velocity-react
### Velocity (CDN, choose one of them):
```html
<script src="//cdn.jsdelivr.net/npm/[email protected]/velocity.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/velocity/2.0.2/velocity.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/velocity/2.0.3/velocity.min.js"></script>
```

### Velocity UI pack (CDN, choose one of them):
```html
<script src="//cdn.jsdelivr.net/npm/[email protected]/velocity.ui.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/velocity/2.0.2/velocity.ui.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/velocity/2.0.3/velocity.ui.min.js"></script>
```

> Please note that JSDelivr can automatically supply the latest release, while CloudFlare needs to ask for a specific version.
Expand Down

0 comments on commit c17a6a3

Please sign in to comment.