aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rossweisse/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rossweisse/README.md b/rossweisse/README.md
index be7a4b5..cbcf53a 100644
--- a/rossweisse/README.md
+++ b/rossweisse/README.md
@@ -18,7 +18,7 @@ struct Router {
#[rossweisse::router]
impl Router {
- #[route]
+ #[route(index)]
pub fn index(
_context: windmark::context::RouteContext,
) -> windmark::Response {