Skip to content

Commit e4f4235

Browse files
committed
Update README.md
1 parent 035213b commit e4f4235

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
@@ -200,7 +200,7 @@ php artisan translation:init
200200
Note: since **Laravel 9**, the `lang` directory and the default set of language files
201201
used by Laravel are **not** included by default in new projects
202202
(see [official documentation](https://laravel.com/docs/master/localization#publishing-the-language-files)),
203-
so may need to run the `lang:publish` command to generate them:
203+
so you may need to run the `lang:publish` command to generate them:
204204

205205
~~~bash
206206
php artisan lang:publish

0 commit comments

Comments
 (0)