From 148e228032e3b2113c2b9b461e8d11d89eb2cd2a Mon Sep 17 00:00:00 2001 From: Simon Whitty Date: Mon, 30 Oct 2023 09:15:45 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a332631..dd360776 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ protocol WSHandler { ## Preview Macro Handler -The branch [`preview/macro`](https://github.com/swhitty/FlyingFox/tree/preview/macro) contains an experimental preview implementation where handlers can annotate its functions with routes: +The branch [`preview/macro`](https://github.com/swhitty/FlyingFox/tree/preview/macro) contains an experimental preview implementation where handlers can annotate functions with routes: ```swift @HTTPHandler