From 7d11455573697abf315d73dfa56324c0a2cb8428 Mon Sep 17 00:00:00 2001 From: Oleg Koval Date: Sun, 28 Apr 2024 19:06:29 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cccb7ff..abe937b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# SI — Simple http-server and opinionated wrapper for chi-router +# Si — simple Go HTTP-server -SI is a simple http-server and wrapper for the [chi-router](https://github.com/go-chi/chi) which provides a more convenient way to handle requests. +Si is a simple http-server and wrapper for the [chi-router](https://github.com/go-chi/chi) which provides a more convenient way to handle requests. It has no dependencies other than chi and is designed to be as lightweight as possible.