From f25b8891da9855703fd30c0ea316e0612fe7929a Mon Sep 17 00:00:00 2001 From: Pablu23 Date: Mon, 8 Jul 2024 16:39:00 +0200 Subject: [PATCH] Fix readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 825b6cd..be1765c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Http Router which is supposed to be similar to the standard Golang Router Todos: - - Routing to Tree instead of map - - Cmake maybe? - - Make redirects available - - Threading - - Stop - - React to Method - - Implement actual http protocol - - Post Form +- Routing to Tree instead of map +- Cmake maybe? +- Make redirects available +- Threading +- Stop +- React to Method +- Implement actual http protocol +- Post Form