Skip to content

Commit e1a2dc6

Browse files
FelipeCortezghaskins
authored andcommitted
Fix doc/clients.md schedule example
Signed-off-by: Felipe Cortez <[email protected]>
1 parent 0256b25 commit e1a2dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/clients.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Create and manage a schedule as follows
109109
schedule-id "my-schedule"
110110
client (s/create-client client-options)]
111111
(s/schedule client schedule-id {:schedule {:trigger-immediately? true
112-
:memo "Created by John Doe"}
112+
:memo {"Created by" "John Doe"}}
113113
:spec {:cron-expressions ["0 0 * * *"]
114114
:timezone "US/Central"}
115115
:policy {:pause-on-failure? false
@@ -125,4 +125,4 @@ Create and manage a schedule as follows
125125
(s/execute client schedule-id :skip)
126126
(s/reschedule client schedule-id {:spec {:cron-expressions ["0 1 * * *"]}})
127127
(s/unschedule client schedule-id))
128-
```
128+
```

0 commit comments

Comments
 (0)