Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fremail authored Nov 12, 2016
1 parent aef1fd7 commit bb0bef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $app->group(['middleware' => 'auth'], function () use ($app) {
});
/**
* $app->any and $app->match available from v.1.2.0
* $app->any and $app->match available from v1.1.0
*/
$app->any('/', function () use ($app) {
echo "Hey! I don't care it's POST, GET, PATCH or another method. I'll answer on any of them :)";
Expand All @@ -102,4 +102,4 @@ $app->group(['middleware' => 'auth'], function () use ($app) {
});
});
```
```

0 comments on commit bb0bef1

Please sign in to comment.