We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a0122 commit 8bb1a38Copy full SHA for 8bb1a38
README.md
@@ -30,10 +30,10 @@ You can publish the config file with:
30
php artisan vendor:publish --tag="filament-comments-config"
31
```
32
33
-You can publish the language file with:
+You can publish the language files with:
34
35
```bash
36
-php artisan vendor:publish --tag="filament-comments-lang"
+php artisan vendor:publish --tag="filament-comments-translations"
37
38
39
Optionally, you can publish the views using
0 commit comments