Skip to content

Commit e380fb8

Browse files
committed
ICM: Readme minor fixes.
1 parent 14cae28 commit e380fb8

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
@@ -21,13 +21,13 @@ Prevents overlapping for Laravel console commands.
2121
## Usage
2222

2323
1. Install package through `composer`:
24-
24+
2525
```shell
2626
composer require illuminated/console-mutex
2727
```
2828

2929
2. Use `Illuminated\Console\WithoutOverlapping` trait in your console command class:
30-
30+
3131
```php
3232
namespace App\Console\Commands;
3333

0 commit comments

Comments
 (0)