Skip to content

Commit

Permalink
Merge pull request frappe#90 from LukasDrgon/patch-3
Browse files Browse the repository at this point in the history
Add alternative CDN
  • Loading branch information
achillesrasquinha committed Jan 2, 2018
2 parents bbfb8cb + a3ce897 commit 3627376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
* ...or include within your HTML

```html
<script src="https://cdn.jsdelivr.net/npm/frappe-charts@0.0.8/dist/frappe-charts.min.iife.js"></script>
<!-- or -->
<script src="https://unpkg.com/frappe-charts@0.0.8/dist/frappe-charts.min.iife.js"></script>
```

Expand Down

0 comments on commit 3627376

Please sign in to comment.