Skip to content

Commit e46b780

Browse files
committed
Update readme
1 parent 364a307 commit e46b780

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ Using Deno
6969

7070
```typescript
7171
// From deno.land/x
72-
import { Cron } from "https://deno.land/x/croner@8.1.2/dist/croner.js";
72+
import { Cron } from "https://deno.land/x/croner@9.1.0/dist/croner.js";
7373

7474
// ... or jsr.io
75-
import { Cron } from "jsr:@hexagon/croner@8.1.2";
75+
import { Cron } from "jsr:@hexagon/croner@9.1.0";
7676
```
7777

7878
In a webpage using the UMD-module
7979

8080
```html
81-
<script src="https://cdn.jsdelivr.net/npm/croner@8/dist/croner.umd.min.js"></script>
81+
<script src="https://cdn.jsdelivr.net/npm/croner@9/dist/croner.umd.min.js"></script>
8282
```
8383

8484
## Documentation

0 commit comments

Comments
 (0)