Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ffMathy authored Mar 18, 2019
1 parent 747bc1e commit 832e1f6
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 @@ -70,7 +70,7 @@ public class HomeController : Controller

public async Task<IActionResult> Index()
{
//here we specify that only UserController and GroupController can be invoked via the view.
//here we specify that only UserController and GroupController can be invoked via the view.
var html = await _templateRenderer.RenderAsync(
"MyView",
new UserController(),
Expand Down

0 comments on commit 832e1f6

Please sign in to comment.