Skip to content

Commit 9503c4a

Browse files
committed
ICM: Readme fixes.
1 parent 8c529ee commit 9503c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Prevents overlapping for Laravel console commands.
1919
- [Usage](#usage)
2020
- [Strategies](#strategies)
2121
- [Advanced](#advanced)
22-
- [Common mutexes](#common-mutexes)
2322
- [Mutex timeout](#mutex-timeout)
23+
- [Mutex for several commands](#mutex-for-several-commands)
2424
- [Troubleshooting](#troubleshooting)
2525
- [Trait included, but nothing happens?](#trait-included-but-nothing-happens)
2626
- [Several traits conflict?](#several-traits-conflict)
@@ -100,7 +100,7 @@ class MyProtectedCommand extends Command
100100

101101
## Advanced
102102

103-
### Common mutexes
103+
### Mutex for several commands
104104

105105
Sometimes it is useful to set common mutex for a several commands. You can easily achieve this by setting them the same mutex name.
106106
By default, mutex name is generated based on a command's name and arguments. To change this, just override `getMutexName` method in your command:

0 commit comments

Comments
 (0)