Skip to content

Commit 3d4c5b1

Browse files
committed
Readme fixes.
1 parent 2cae532 commit 3d4c5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ There are three possible options for `$mutexTimeout` field:
147147
Sometimes it is useful to set common mutex for several commands. You can easily achieve this by setting them the same mutex name.
148148
By default, mutex name is generated based on a command's name and arguments.
149149
150-
To change this, just override `getMutexName` method in your command:
150+
To change this, override `getMutexName` method in your command:
151151
152152
```php
153153
class ExampleCommand extends Command

0 commit comments

Comments
 (0)