From 403152125e3908d38244c8a40ab8f1f35785ed00 Mon Sep 17 00:00:00 2001 From: 23f3000503 <23F3000503@ds.study.iitm.ac.in> Date: Mon, 30 Mar 2026 18:37:37 +0530 Subject: [PATCH] Fix typo in daphne description in README.md fix: improve grammar and formatting in README (HTTP/2, article usage) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce403f6..5584e6d 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ _Libraries for building RESTful and GraphQL APIs._ _ASGI and WSGI compatible web servers._ - ASGI - - [daphne](https://github.com/django/daphne) - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP. + - [daphne](https://github.com/django/daphne) - An HTTP, HTTP/2 and WebSocket protocol server for ASGI and ASGI-HTTP. - [granian](https://github.com/emmett-framework/granian) - A Rust HTTP server for Python applications built on top of Hyper and Tokio, supporting WSGI/ASGI/RSGI. - [hypercorn](https://github.com/pgjones/hypercorn) - An ASGI and WSGI Server based on Hyper libraries and inspired by Gunicorn. - [uvicorn](https://github.com/Kludex/uvicorn) - A lightning-fast ASGI server implementation, using uvloop and httptools.