Skip to content

Commit 717479a

Browse files
committed
ICM: Readme fixed.
1 parent 7fd7afa commit 717479a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ Prevents overlapping for Laravel console commands.
3131
}
3232
```
3333

34+
3. Now, if you try to run the same command twice, you'll get:
35+
```shell
36+
➜ php artisan foo:bar baz
37+
Command is running now!
38+
```
39+
3440
## Strategies
3541
3642
Overlapping can be prevented by various strategies:

0 commit comments

Comments
 (0)