Skip to content

Commit

Permalink
Described the CDN/jsdelivr
Browse files Browse the repository at this point in the history
jkmnt committed Mar 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b6bf780 commit e8d35bd
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
@@ -27,15 +27,15 @@ import { Chart } from 'chart.js';
import 'chartjs-scale-timestack';
```

<!-- ### CDN
### CDN

```html
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/global/luxon.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/chartjs-scale-timestack/dist/chartjs-scale-timestack.min.js"></script>
```

Timestack functions are exposed via global `_timestack` object. -->
Timestack functions are exposed via global `_timestack` object.

## Usage

0 comments on commit e8d35bd

Please sign in to comment.