From 7f030dc9a5aee8e2fa3e41ad9223e9a89a7ca635 Mon Sep 17 00:00:00 2001 From: Florimond Manca Date: Tue, 6 Jun 2023 22:10:05 +0200 Subject: [PATCH] Drop unintended mention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1407f5..ef400aa 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ _Software that experiments with ASGI or otherwise provides "No maintenance inten - [asgi-background](https://github.com/adriangb/asgi-background) - Background tasks for any ASGI framework. -- [asgi-lifespan-middleware](https://github.com/adriangb/asgi-lifespan) (adriangb) - ASGI middlewate to support ASGI lifespans using a simple async context manager interface. +- [asgi-lifespan-middleware](https://github.com/adriangb/asgi-lifespan) - ASGI middlewate to support ASGI lifespans using a simple async context manager interface. - [asgi-routing](https://github.com/adriangb/asgi-routing) - A high performance router written in Rust for the ASGI ecosystem. Built on top of `routrie` and `path-tree`. - [nanoasgi](https://github.com/qweeze/nanoasgi) - A tiny zero-dependency ASGI web framework. - [proxyx](https://github.com/florimondmanca/proxyx) - Proof of concept for a lightweight HTTP/1.1 proxy service built with ASGI and HTTPX.