diff --git a/README.md b/README.md index 626adcd..876775b 100644 --- a/README.md +++ b/README.md @@ -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; diff --git a/composer.json b/composer.json index 20cdb19..76b263c 100644 --- a/composer.json +++ b/composer.json @@ -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",