Skip to content

Commit

Permalink
Fixed up readme. [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
  • Loading branch information
jasonlewis committed May 6, 2013
1 parent 19116ed commit faba6be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ Route::group(array('prefix' => '{locale}'), function()
Route::resource('posts', 'AdminPostsController');
});
})->before('auth');
```
})->where('locale', '(en|fr)');
```

## Changes

Expand All @@ -183,7 +183,7 @@ Route::group(array('prefix' => '{locale}'), function()

#### v1.0.0

Initial release.
- Initial release.

## License

Expand Down

0 comments on commit faba6be

Please sign in to comment.