diff --git a/README.md b/README.md index 44239cc..a1c3a70 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,10 @@ using \Pecee\Router; /* * This route will match the url /v1/services/answers/1/ - * * The middleware is just a class that renders before the * Controller or callback is loaded. This is useful for stopping * the request, for instance if a user is not authenticated. - * / + */ Router::group(['prefix' => 'v1', 'middleware' => '\MyWebsite\Middleware\SomeMiddlewareClass'], function() { @@ -87,4 +86,4 @@ While I work on a better documentation, please refer to the Laravel 5 routing do http://laravel.com/docs/5.1/routing ## Easily extendable -The router can be easily extended to customize your needs. \ No newline at end of file +The router can be easily extended to customize your needs.