Skip to content

Commit

Permalink
Merge pull request #32 from zkamvar/patch-1
Browse files Browse the repository at this point in the history
fix broken CDN link in README
  • Loading branch information
matthewcornell authored Nov 4, 2024
2 parents 7255517 + 5f1a28f commit 6678c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ In your HTML file, load the required CSS and JavaScript files:
```html
<script type="module">
// import the module's entry point (the `App` object)
import App from 'https://cdn.jsdelivr.net/gh/reichlab/predtimechart@1.2.0/predtimechart.js';
import App from 'https://cdn.jsdelivr.net/gh/reichlab/[email protected].9/dist/predtimechart.js';
// set up _fetchData, _calcUemForecasts (optional), and options
function _fetchData(isForecast, targetKey, taskIDs, referenceDate) { ... }
Expand Down

0 comments on commit 6678c66

Please sign in to comment.