We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364a307 commit e46b780Copy full SHA for e46b780
README.md
@@ -69,16 +69,16 @@ Using Deno
69
70
```typescript
71
// From deno.land/x
72
-import { Cron } from "https://deno.land/x/croner@8.1.2/dist/croner.js";
+import { Cron } from "https://deno.land/x/croner@9.1.0/dist/croner.js";
73
74
// ... or jsr.io
75
-import { Cron } from "jsr:@hexagon/croner@8.1.2";
+import { Cron } from "jsr:@hexagon/croner@9.1.0";
76
```
77
78
In a webpage using the UMD-module
79
80
```html
81
-<script src="https://cdn.jsdelivr.net/npm/croner@8/dist/croner.umd.min.js"></script>
+<script src="https://cdn.jsdelivr.net/npm/croner@9/dist/croner.umd.min.js"></script>
82
83
84
## Documentation
0 commit comments