mirror of
https://github.com/dannyvankooten/AltoRouter.git
synced 2025-07-10 11:26:30 +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>
|
<li>Custom regexes</li>
|
||||||
</ul>
|
</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>
|
<p>To use AltoRouter in your project you need a web server running PHP 5.3 or newer.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
Reference in New Issue
Block a user