Navigation Menu

Skip to content

Commit

Permalink
Update docu
Browse files Browse the repository at this point in the history
Fix #586
  • Loading branch information
pithu committed Mar 21, 2022
1 parent fe60f16 commit b4829c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -84,7 +84,9 @@ var d = LocalDate.parse('2012-12-24').atStartOfDay().plusMonths(2); // 2013-02-2

### Browser

To use js-joda from a browser, download either `dist/js-joda.min.js` or `dist/js-joda.js` (with sourcemaps for development). Then add it as a script tag to your page
To use js-joda from a browser, download js-joda from a cdn (eg https://cdn.jsdelivr.net/npm/@js-joda/core@<version>)
either `dist/js-joda.min.js` or `dist/js-joda.js` (with sourcemaps for development).
Then add it as a script tag to your page

```html
<script src="js-joda.min.js"></script>
Expand Down

0 comments on commit b4829c9

Please sign in to comment.