Skip to content

Commit 5ff47fa

Browse files
committed
Fix readme publish text.
1 parent 60a3789 commit 5ff47fa

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
@@ -19,7 +19,7 @@ Duuany\EloquentFilters\EloquentFiltersServiceProvider::class
1919
Optionally, you can publish config file to override package configuration
2020

2121
```bash
22-
$ php artisan vendor:publish --provider="Duuany\ELoquentFilters\EloquentFiltersServiceProvider" --tag="config"
22+
$ php artisan vendor:publish --provider="Duuany\EloquentFilters\EloquentFiltersServiceProvider" --tag="config"
2323
```
2424

2525
## Usage

0 commit comments

Comments
 (0)