Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 31d0579

Browse files
committed
Replace with + in scheduled event HTTP trigger URL
1 parent ff6341b commit 31d0579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/scheduled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ event, use the `time` and `cron` query parameters:
3939

4040
```shell
4141
$ curl "http://localhost:8787/.mf/scheduled?time=1000"
42-
$ curl "http://localhost:8787/.mf/scheduled?cron=* * * * *"
42+
$ curl "http://localhost:8787/.mf/scheduled?cron=*+*+*+*+*"
4343
```
4444

4545
## Dispatching Events

0 commit comments

Comments
 (0)