Skip to content

Commit ccd2a4c

Browse files
authored
Update README.md
1 parent e3df1ea commit ccd2a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ if (\Tonysm\TurboLaravel\TurboFacade::isTurboNativeVisit()) {
524524
<a name="testing-helpers"></a>
525525
### Testing Helpers
526526

527-
There is a companion package that you can add as a dev dependency of your application to help you testing your apps using Turbo Laravel. First, install the package:
527+
There is a [companion package](https://github.com/tonysm/turbo-laravel-test-helpers) that you can add as a dev dependency of your application to help you testing your apps using Turbo Laravel. First, install the package:
528528

529529
```bash
530530
composer require tonysm/turbo-laravel-test-helpers --dev
@@ -563,7 +563,7 @@ class ExampleTest extends TestCase
563563
}
564564
```
565565

566-
Check out the package repository if you want to know more about it.
566+
Check out the [package repository](https://github.com/tonysm/turbo-laravel-test-helpers) if you want to know more about it.
567567

568568
### Closing Notes
569569

0 commit comments

Comments
 (0)