From ebfd531bbe02f415b17485698b46331bdcb58709 Mon Sep 17 00:00:00 2001 From: Guido Contreras Woda Date: Tue, 18 Oct 2016 11:17:18 -0300 Subject: [PATCH] Spelling corrections on README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 298895f..5549821 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ You also need to register the LaravelGettext middleware in the ```app/Http/Kerne ### 3. Configuration -At this time your application have full gettext support. Now you need to set some configuration values in ```laravel-gettext.php```. +At this time your application has full gettext support. Now you need to set some configuration values in ```config/laravel-gettext.php```. ```php /** @@ -103,9 +103,9 @@ At this time your application have full gettext support. Now you need to set som 'encoding' => 'UTF-8', ``` -Ok, now is configured. It's time to generate the directory structure and translation files for first time. +Ok, now it's configured. It's time to generate the directory structure and translation files for the first time. -> Make sure you have write permissions on ```storage/``` before run this command +> Make sure you have write permissions on ```resources/``` before you run this command ```bash php artisan gettext:create