Skip to content

Commit 094bab7

Browse files
authored
Update README.md
1 parent 2194879 commit 094bab7

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
@@ -17,6 +17,6 @@ Generating the test file is easy, simply run `php artisan laravel-test:generate`
1717

1818
If you wish to filter for specific routes only, you can pass a filter attribute using --filter, for example `php artisan laravel-test:generate --filter='/api'`
1919

20-
If you wish to change the directory of creating the test file, you can pass a directory using --dir, for example `php artisan laravel-validation:generate --dir='V1'`
20+
If you wish to change the directory of creating the test file, you can pass a directory using --dir, for example `php artisan laravel-test:generate --dir='V1'`
2121

22-
If you wish to add the @depends attribute to all the function except the first function for running test cases synchronously, you can pass a sync attribute using --sync, for example `php artisan laravel-test:generate --sync='true'`
22+
If you wish to add the @depends attribute to all the function except the first function for running test cases synchronously, you can pass a sync attribute using --sync, for example `php artisan laravel-test:generate --sync='true'`

0 commit comments

Comments
 (0)