From fdb22b83729283230277f7439d5d7174aab04ba1 Mon Sep 17 00:00:00 2001 From: Denis Gostroushko Date: Wed, 29 Nov 2017 16:22:15 +0700 Subject: [PATCH] Update README.md fixed the incorrect option in the Usage section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.