From 1303c3a0af62f064953a0851612fca639811da3c Mon Sep 17 00:00:00 2001 From: Francesco Date: Tue, 11 Mar 2014 14:36:05 +0100 Subject: [PATCH] Typo in example My IDE is going crazy about this :D --- examples/basic/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basic/index.php b/examples/basic/index.php index 56708be..8326695 100644 --- a/examples/basic/index.php +++ b/examples/basic/index.php @@ -12,7 +12,7 @@ $router->map('POST','/users/[i:id]/[delete|update:action]', 'usersController#doA // match current request $match = $router->match(); ?> -

AltoRouter

+

AltoRouter

Current request: