diff --git a/README.md b/README.md index e6b63f6..04458b1 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ fn read_all(_state: &mut State) -> Success> { /// Our main method. fn main() { gotham::start("127.0.0.1:8080", build_simple_router(|route| { - route.resource::("users"); + route.resource::("users"); })); } ```