Skip to content

Commit ef6e416

Browse files
committed
Fixed missing quotes in README.md when publishing package assets
1 parent 8a0a13c commit ef6e416

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
@@ -37,7 +37,7 @@ and if you want alias add this inside aliases array in config/app.php
3737
You can export config by running
3838

3939
```php
40-
php artisan vendor:publish --provider=KgBot\LaravelLocalization\LaravelLocalizationServiceProvider --tag=config
40+
php artisan vendor:publish --provider="KgBot\LaravelLocalization\LaravelLocalizationServiceProvider" --tag=config
4141
```
4242

4343
if you want to parse multiple language directories or some other directory except `resources/lang` you can add multiple

0 commit comments

Comments
 (0)