Merge pull request #5 from nthdesign/master
Tiny change to the README.md file.
This commit is contained in:
commit
8268daedfb
|
|
@ -51,7 +51,7 @@ $myRouter->addRoute(Route::newFromUriTemplate('/things/', 'ThingCollectionHandle
|
||||||
$myRouter->addRoute(Route::newFromUriTemplate('/things/{id}', 'ThingItemHandler'));
|
$myRouter->addRoute(Route::newFromUriTemplate('/things/{id}', 'ThingItemHandler'));
|
||||||
|
|
||||||
// Determine and output the response.
|
// Determine and output the response.
|
||||||
$response = $router->getResponse();
|
$response = $myRouter->getResponse();
|
||||||
$response->respond();
|
$response->respond();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue