From dc80be918caa9292f429ea92ae05ecb5fd87de2c Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Tue, 7 Oct 2014 18:03:27 +0200 Subject: [PATCH] Add id to "Using AltoRouter" heading --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bb9e4d9..237e2bf 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ $router->map( 'GET|POST', '/users/[i:id]/', function( $id ) {
  • Custom regexes
  • -

    Using AltoRouter

    +

    Using AltoRouter

    To use AltoRouter in your project you need a web server running PHP 5.3 or newer.