Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixed the incorrect option in the Usage section.
  • Loading branch information
microdel committed Nov 29, 2017
1 parent 21744ad commit fdb22b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fdb22b8

Please sign in to comment.