Skip to content

Commit

Permalink
Merge pull request #26 from aristipp/aristipp-patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ADmad authored Feb 24, 2017
2 parents ae04909 + 0e29ceb commit 5aaded4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You can setup the `I18nMiddleware` in your `src/Application::middleware()` as
shown:

```php
$middlware->add(new \ADmad\I18n\Middlware\I18nMiddleware([
$middlware->add(new \ADmad\I18n\Middleware\I18nMiddleware([
'defaultLanguage' => 'en',
'languages' => [
'en' => ['locale' => 'en_US'],
Expand Down

0 comments on commit 5aaded4

Please sign in to comment.