1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-07-10 03:16:28 +02:00

Add id to "Using AltoRouter" heading

This commit is contained in:
Danny van Kooten
2014-10-07 18:03:27 +02:00
parent 357008f92e
commit dc80be918c

View File

@ -32,7 +32,7 @@ $router->map( 'GET|POST', '/users/[i:id]/', function( $id ) {
<li>Custom regexes</li>
</ul>
<h2>Using AltoRouter</h2>
<h2 id="using-altorouter">Using AltoRouter</h2>
<p>To use AltoRouter in your project you need a web server running PHP 5.3 or newer.</p>
<ul>