Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaszak committed Apr 23, 2016
1 parent b48f1fd commit 59ff354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -65,7 +65,7 @@ $route->addTokens(['globalToken' => '([0-9]+)']);
// Match routes
$matcher = new Matcher($route);
$response = new Response($matcher->match(new Host()));
$response->getParams();
$response->all();
```

### Create routes
Expand Down

0 comments on commit 59ff354

Please sign in to comment.