From c8486a703787458f21231ce6f4d5a3f43701238e Mon Sep 17 00:00:00 2001 From: Va Da Date: Sat, 5 Oct 2024 12:20:11 +0200 Subject: [PATCH] docs: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3659c0..084872c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # `json-joy` JIT Router A high-performance (HTTP) router, which constructs a Trie and Radix intermingled -tree of the route structure and the JIT compiles the routes into a single function +tree of the route structure and then JIT compiles the routes into a single function for the best performance.