Skip to content

Commit

Permalink
Fix the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akozhemiakin committed Nov 25, 2016
1 parent a651c8c commit d4c6257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,7 +73,7 @@ object MainController extends Controller {
}

// Get the coproduct of all endpoints from the MainController and nested controllers
val ep = controllerToEndpoint(MainController.toEndpoint)
val ep = controllerToEndpoint(MainController)
// ... or the same thing in finchrich >= 0.2.0
val ep = MainController.toEndpoint
```
Expand Down

0 comments on commit d4c6257

Please sign in to comment.