Skip to content

Commit 637ded2

Browse files
committed
ICM: Readme fixes.
1 parent 9f4bd71 commit 637ded2

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
@@ -20,7 +20,7 @@ Prevents overlapping for Laravel console commands.
2020
- [Strategies](#strategies)
2121
- [Advanced](#advanced)
2222
- [Set custom timeout](#set-custom-timeout)
23-
- [Mutex for several commands](#mutex-for-several-commands)
23+
- [Handle several commands](#handle-several-commands)
2424
- [Troubleshooting](#troubleshooting)
2525
- [Trait included, but nothing happens?](#trait-included-but-nothing-happens)
2626
- [Several traits conflict?](#several-traits-conflict)
@@ -142,7 +142,7 @@ There are three possible options for `$mutexTimeout` field:
142142
- `{milliseconds}` - check, and wait for a maximum of milliseconds specified;
143143
- `null` - wait, till running instance finish its execution;
144144
145-
### Mutex for several commands
145+
### Handle several commands
146146
147147
Sometimes it is useful to set common mutex for a 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. To change this, just override `getMutexName` method in your command:

0 commit comments

Comments
 (0)