Skip to content

Commit f9d030e

Browse files
committed
Adjust readme
1 parent 8c16b12 commit f9d030e

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
@@ -11,7 +11,7 @@ Utilize Laravel Processes to run PHP code asynchronously.
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:
1212
- You may only execute PHP code
1313
- Restrictions from `laravel/serializable-closure` apply (see [their README](https://github.com/laravel/serializable-closure))
14-
- Silent execution: no built-in result-checking, check the results yourself (e.g. via database)
14+
- Hands-off execution: no built-in result-checking, check the results yourself (e.g. via database, file cache, etc)
1515

1616
## Installation
1717
via Composer:

0 commit comments

Comments
 (0)