From e4f4235b0260920380678c0b2b89c8dbb4e70bfd Mon Sep 17 00:00:00 2001 From: Didier Toussaint Date: Wed, 22 May 2024 15:11:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48dc84b..b6f0412 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ php artisan translation:init Note: since **Laravel 9**, the `lang` directory and the default set of language files used by Laravel are **not** included by default in new projects (see [official documentation](https://laravel.com/docs/master/localization#publishing-the-language-files)), -so may need to run the `lang:publish` command to generate them: +so you may need to run the `lang:publish` command to generate them: ~~~bash php artisan lang:publish