Skip to content

Commit

Permalink
Use unpkg for cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 5, 2016
1 parent 21a1f3c commit 606895b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -248,7 +248,7 @@ window.Highcharts = require('highcharts');
Include the charting library

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.bundle.js"></script>
<script src="https://unpkg.com/chart.js@2.4.0/dist/Chart.bundle.js"></script>
```

And then the Chartkick libraries
Expand Down
2 changes: 1 addition & 1 deletion test.html
Expand Up @@ -7,7 +7,7 @@
<script src="https://fb.me/react-15.0.1.js"></script>
<script src="https://fb.me/react-dom-15.0.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.3.0/Chart.bundle.js"></script>
<script src="https://unpkg.com/chart.js@2.4.0/dist/Chart.bundle.js"></script>
<script src="https://unpkg.com/chartkick@2.2.1"></script>
<script src="dist/react-chartkick.js"></script>
</head>
Expand Down

0 comments on commit 606895b

Please sign in to comment.