From 6614df2024dda09b6d6d154f612491258c9aa6b6 Mon Sep 17 00:00:00 2001 From: flopetautschnig <69145145+floscodes@users.noreply.github.com> Date: Mon, 24 Apr 2023 14:44:58 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 971ca1e..f542009 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ const zrv = @import("zerve"); const Request = zrv.Request; const Response = zrv.Response; const Server = zrv.Server; +const Route = zrv.Route; const allocator = std.heap.page_allocator; fn index(req: Request) Response {