Skip to content

Commit

Permalink
Add missing ; to README example code
Browse files Browse the repository at this point in the history
  • Loading branch information
stmllr committed Nov 30, 2018
1 parent 1f523bc commit 5c30f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $app->get('/api/myEndPoint',function ($request, $response, $args) {
$tokenArray = [
$nameKey => $name,
$valueKey => $value
]
];

return $response->write(json_encode($tokenArray));
})->add($container->get('csrf'));
Expand Down

0 comments on commit 5c30f55

Please sign in to comment.