Skip to content

Commit edc64b1

Browse files
committed
update note about queues
1 parent 269a934 commit edc64b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ $schedule->queue('queue-name', 'jobName', ['data' => 'array'])->hourly();
9191

9292
!!! note
9393

94-
To learn more about the [Queue package](https://github.com/codeigniter4/queue) you can visit a project page.
94+
To learn more about queues, you can visit the [Queue package](https://github.com/codeigniter4/queue).
9595

9696

9797
The `singleInstance()` option, described in the next section, works a bit differently than with other scheduling methods.

0 commit comments

Comments
 (0)