Skip to content

Commit 9a95611

Browse files
committed
Fix bad link
1 parent f0d2c16 commit 9a95611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Utilize Laravel Processes to run PHP code asynchronously.
44
## What really is this?
55
[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:
66
- You may only execute PHP code
7-
- Restrictions from `laravel/serializable-closure` apply (see (their README)[https://github.com/laravel/serializable-closure])
7+
- Restrictions from `laravel/serializable-closure` apply (see [their README](https://github.com/laravel/serializable-closure))
88
- Silent execution: no built-in result-checking, check the results yourself (e.g. via database)
99

1010
## Installation

0 commit comments

Comments
 (0)