Skip to content

Commit 2f81517

Browse files
committed
Readme fixes.
1 parent c54339f commit 2f81517

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Total Downloads](https://poser.pugx.org/illuminated/console-mutex/downloads)](https://packagist.org/packages/illuminated/console-mutex)
1010
[![License](https://poser.pugx.org/illuminated/console-mutex/license)](https://packagist.org/packages/illuminated/console-mutex)
1111

12-
Prevents overlapping for Laravel console commands.
12+
The mutex for Laravel console commands.
1313

1414
| Laravel | Console Mutex |
1515
| ------- | :----------------------------------------------------------------------: |

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "illuminated/console-mutex",
3-
"description": "Prevents overlapping for Laravel console commands.",
3+
"description": "The mutex for Laravel console commands.",
44
"keywords": ["laravel", "console", "command", "mutex", "overlapping", "locker"],
55
"license": "MIT",
66
"authors": [

0 commit comments

Comments
 (0)