Skip to content

Commit ebe183e

Browse files
authored
Fix mention of cloud tasks in the readme
I believe you meant "Cloud Scheduler", not "Cloud Tasks".
1 parent 34eea62 commit ebe183e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It only supports Artisan commands at this time due to security concerns.
1515

1616
# How it works
1717

18-
Cloud Tasks will make a HTTP call to your application. This package adds an endpoint to your application that accepts the HTTP call and its payload (an Artisan command) and executes the command.
18+
Cloud Scheduler will make HTTP calls to your application. This package adds an endpoint to your application that accepts these HTTP calls with their payload (an Artisan command) and execute them.
1919

2020
#### withoutOverlapping, before, after, onSuccess, thenPing, etc
2121

0 commit comments

Comments
 (0)