Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Oct 28, 2023
1 parent 2d5cc92 commit d0738d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ echo $run->getResponse('greet')->string();

See the live example at [demo/image-upload.php](demo/image-upload.php)

In this example all works are defined as async but as there are dependencies between jobs the system resolves a suitable run strategy.
In this example all jobs are defined as async but as there are dependencies between jobs the system resolves a suitable run strategy.

```php
use function Chevere\Workflow\workflow;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chevere/workflow",
"description": "Async workflow procedures for PHP",
"description": "Workflow procedures for PHP",
"homepage": "https://chevere.org",
"type": "library",
"license": "Apache-2.0",
Expand Down

0 comments on commit d0738d3

Please sign in to comment.