1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-03-13 22:09:39 +01:00

Typo in example

My IDE is going crazy about this :D
This commit is contained in:
Francesco 2014-03-11 14:36:05 +01:00
parent 4f8836e179
commit 1303c3a0af

View File

@ -12,7 +12,7 @@ $router->map('POST','/users/[i:id]/[delete|update:action]', 'usersController#doA
// match current request
$match = $router->match();
?>
<h1>AltoRouter</h3>
<h1>AltoRouter</h1>
<h3>Current request: </h3>
<pre>