Skip to content

Commit d4099a2

Browse files
committed
Adjust library description
1 parent 90efae8 commit d4099a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![PHP Dependency Version][php-version-image]][packagist-url]
66
[![GitHub Repo Stars][github-stars-image]][github-repo-url]
77

8-
Utilize Laravel Processes to run PHP code asynchronously.
8+
Utilize Laravel Processes to run PHP code asynchronously, as if using Laravel Concurrency.
99

1010
## What really is this?
1111
[Laravel Processes](https://laravel.com/docs/10.x/processes) was first introduced in Laravel 10. This library wraps around `Process::start()` to let you execute code in the background to achieve async, albeit with some caveats:

0 commit comments

Comments
 (0)