diff --git a/README.md b/README.md index c8e488c..8be77a6 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ return [ #### Usage ``` -php artisan doctrine:queue:work connection --daemon -sleep=3 --tries=3 ... +php artisan doctrine:queue:work connection --daemon --sleep=3 --tries=3 ... ``` All options are identical to Laravel's own `queue:work` method.