From 071e60b7ae5649f4df5e97140a531dec0fe48395 Mon Sep 17 00:00:00 2001 From: Ankit Patial Date: Mon, 30 Sep 2024 13:33:23 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81ed7d3..c91404c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# mux +# HTTP Request Multiplexer -Go HTTP request multiplexer. \ No newline at end of file +HTTP request multiplexer on top of Go inbuild http.ServeMux but with eas of defining routes, with some usefull middlewares. \ No newline at end of file