From faba6be4ed29348c87a18f230c2577f96351634e Mon Sep 17 00:00:00 2001 From: Jason Lewis Date: Tue, 7 May 2013 02:45:31 +1000 Subject: [PATCH] Fixed up readme. [ci skip] Signed-off-by: Jason Lewis --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0169934..9e0f74e 100644 --- a/README.md +++ b/README.md @@ -172,8 +172,8 @@ Route::group(array('prefix' => '{locale}'), function() Route::resource('posts', 'AdminPostsController'); }); })->before('auth'); -``` })->where('locale', '(en|fr)'); +``` ## Changes @@ -183,7 +183,7 @@ Route::group(array('prefix' => '{locale}'), function() #### v1.0.0 -Initial release. +- Initial release. ## License