diff --git a/src/definitions.ts b/src/definitions.ts index 0dd2349..513e135 100644 --- a/src/definitions.ts +++ b/src/definitions.ts @@ -636,7 +636,7 @@ export interface DailyNotificationPlugin { * const schedule = await DailyNotification.createSchedule({ * id: 'daily-fetch', * kind: 'fetch', - * cron: '0 0 */6 * *', + * cron: '0 0,6,12,18 * * *', * enabled: true * }); * ```