Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Commit

Permalink
Merge pull request #97 from guiwoda/patch-1
Browse files Browse the repository at this point in the history
Spelling corrections on README
  • Loading branch information
shaggyz authored Oct 18, 2016
2 parents 8ae62e4 + ebfd531 commit aa4376e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
/**
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aa4376e

Please sign in to comment.