Skip to content

Commit 56e6873

Browse files
committed
Adjust wording
1 parent 1252dac commit 56e6873

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
@@ -97,7 +97,7 @@ php artisan cache:evict local_store
9797
... then, you will only evict the `local_store` cache. The `another_store` cache is unaffected by this command (assuming both are using separate directories, of course).
9898

9999
## Testing
100-
Using `orchestra/testbench` (customized PHPUnit) via Composer:
100+
PHPUnit (using `orchestra/testbench`) via Composer:
101101

102102
```sh
103103
composer run-script test

0 commit comments

Comments
 (0)