Skip to content

Commit fae789c

Browse files
committed
ICM: Readme fixed.
1 parent 0394b31 commit fae789c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Foo extends Command
8484
## Advanced
8585

8686
Sometimes it is useful to set common mutex for a several commands. You can easily achieve this by setting them the same mutex name.
87-
By default, mutex name is generated based on a command's name and arguments. To change this - just override `getMutexName` method in your command:
87+
By default, mutex name is generated based on a command's name and arguments. To change this, just override `getMutexName` method in your command:
8888
```php
8989
class Foo extends Command
9090
{

0 commit comments

Comments
 (0)