Skip to content

Commit ede78d5

Browse files
authored
Update README.md
1 parent bb50daa commit ede78d5

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
@@ -73,7 +73,7 @@ composer require omaressaouaf/query-builder-criteria
7373
After installation, you can publish the package configuration file using:
7474

7575
```bash
76-
php artisan vendor:publish --provider="Omaressaouaf\QueryBuilderCriteria\QueryBuilderCriteriaServiceProvider" --tag=query-builder-criteria-config
76+
php artisan vendor:publish --provider="Omaressaouaf\QueryBuilderCriteria\QueryBuilderCriteriaServiceProvider"
7777
```
7878

7979
This will create a configuration file in `config/query-builder-criteria.php`, allowing you to customize the default behavior.

0 commit comments

Comments
 (0)