From b016642d864449fb04b9a3e4296403aaa9854b7e Mon Sep 17 00:00:00 2001 From: Hamlet Date: Thu, 27 Jun 2013 23:02:07 -0700 Subject: [PATCH] Missing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8744bf9..f492291 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ If you wanna create a route for only one language, you're gonna have to pass a 4 'action' => 'made_in_france', )); -And then to get it `Route::get('fr.product.made-in-france')` or `Route::get('product.made-in-france', 'fr)`. +And then to get it `Route::get('fr.product.made-in-france')` or `Route::get('product.made-in-france', 'fr')`. The default route is particular and its declaration is set in init.php. Since it doesnt need any translations and has a different behaviour (we wanna keep the trailing slash), we create a custom route that alows all the languages.