Skip to content

Commit 46ad146

Browse files
committed
Add example to README
1 parent 1bb1495 commit 46ad146

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/examples/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ The following is a list of the snaps in this directory.
2727
executing the snap.
2828
- [**`packages/cronjobs`**](./packages/cronjobs): This snap demonstrates how to
2929
use the `endowment:cronjob` permission to schedule a function to be called at
30-
a later time.
30+
a later time, using cron expressions.
31+
- [**`packages/cronjob-duration`**](./packages/cronjobs): This snap demonstrates how to
32+
use the `endowment:cronjob` permission to schedule a function to be called at
33+
a later time, using ISO 8601 durations instead of cron expressions.
3134
- [**`packages/dialogs`**](./packages/dialogs): This snap demonstrates how to
3235
use the `snap_dialog` method to display different types of dialogs to the
3336
user.

0 commit comments

Comments
 (0)