Skip to content

Commit c451580

Browse files
Merge pull request #17 from mkarnicki/patch-1
Fix mention of cloud tasks in the readme
2 parents 34eea62 + ebe183e commit c451580

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)