diff --git a/doc/clients.md b/doc/clients.md index b6c6759..daed0c0 100644 --- a/doc/clients.md +++ b/doc/clients.md @@ -109,7 +109,7 @@ Create and manage a schedule as follows schedule-id "my-schedule" client (s/create-client client-options)] (s/schedule client schedule-id {:schedule {:trigger-immediately? true - :memo "Created by John Doe"} + :memo {"Created by" "John Doe"}} :spec {:cron-expressions ["0 0 * * *"] :timezone "US/Central"} :policy {:pause-on-failure? false @@ -125,4 +125,4 @@ Create and manage a schedule as follows (s/execute client schedule-id :skip) (s/reschedule client schedule-id {:spec {:cron-expressions ["0 1 * * *"]}}) (s/unschedule client schedule-id)) -``` \ No newline at end of file +```