Skip to content

Commit 6444887

Browse files
author
Stein Janssen
committed
Updated README
1 parent 54f64bb commit 6444887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ $router->add('/hello/{a:name}/{?:lastname}', 'GET', function($name, $lastname =
197197
```
198198

199199
<h2>Upgrading from v0.x/v1.x to v2.x</h2>
200-
```$router->setNamespace()``` has been removed!
200+
$router->setNamespace() has been removed!
201201

202202
In version 2 the router does not execute the callable anymore. From now one it is your responsibility to execute the handler.
203203

0 commit comments

Comments
 (0)