diff --git a/README.md b/README.md index 7d292ff..69e2f15 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ use AuthHandlers::CookieSession scope constraint: UnauthenticatedUser do root do - render "views/home.slim" + render "views/home.slim" + end end get "/login", helper: login do