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:
@ -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>
|
||||
|
Reference in New Issue
Block a user