diff --git a/README.md b/README.md index d6684bd..b1808da 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,11 @@ STACKKIT_CLOUD_SCHEDULER_APP_URL=https://yourdomainname.com/cloud-scheduler-job # Cloud Scheduler Example -Here is an example job that will run `php artisan inspire` every minute. +Here is an example job that will run `php artisan schedule:run` every minute. These are the most important settings: - Target must be `HTTP` -- URL must be `https://yourdomainname.com/cloud-scheduler-job` +- URL and AUD (audience) must be `https://yourdomainname.com/cloud-scheduler-job` - Auth header must be OIDC token! diff --git a/example.png b/example.png index be0c147..089844a 100644 Binary files a/example.png and b/example.png differ