Skip to content

Commit

Permalink
Fix minor formatting in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznovac committed Feb 22, 2021
1 parent ac73bc8 commit 5b0c2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ use \Yiisoft\Router\RouteCollectorInterface;
// for obtaining router see adapter package of choice readme
$collector = $container->get(RouteCollectorInterface::class);

$collector->addGroup(Group::create('/api',[
$collector->addGroup(Group::create('/api', [
Route::get('/comments'),
Group::create('/posts', [
Route::get('/list'),
Expand Down

0 comments on commit 5b0c2cc

Please sign in to comment.