Skip to content

Commit c3e74a6

Browse files
committed
Readme fixes.
1 parent 4443d73 commit c3e74a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ There are three possible options for `$mutexTimeout` field:
145145
### Handle several commands
146146

147147
Sometimes it is useful to set common mutex for several commands. You can easily achieve this by setting them the same mutex name.
148-
By default, mutex name is generated based on a command's name and arguments. To change this, just override `getMutexName` method in your command:
148+
By default, mutex name is generated based on a command's name and arguments.
149+
150+
To change this, just override `getMutexName` method in your command:
149151
150152
```php
151153
class ExampleCommand extends Command

0 commit comments

Comments
 (0)