Skip to content

Commit 8bb1a38

Browse files
committed
Corrects language file publish command
1 parent 80a0122 commit 8bb1a38

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
@@ -30,10 +30,10 @@ You can publish the config file with:
3030
php artisan vendor:publish --tag="filament-comments-config"
3131
```
3232

33-
You can publish the language file with:
33+
You can publish the language files with:
3434

3535
```bash
36-
php artisan vendor:publish --tag="filament-comments-lang"
36+
php artisan vendor:publish --tag="filament-comments-translations"
3737
```
3838

3939
Optionally, you can publish the views using

0 commit comments

Comments
 (0)