From 0b2ac53cf6025287f8041b367cf6339152a87203 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sat, 6 Jun 2020 01:40:53 +0800 Subject: [PATCH] add the link to asgi project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 030d3151..09a6d7d5 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). ## ASGI Servers -*ASGI-compatible web servers.* +*[ASGI](https://asgi.readthedocs.io/en/latest/)-compatible web servers.* * [uvicorn](https://github.com/encode/uvicorn) - A lightning-fast ASGI server implementation, using uvloop and httptools. * [daphne](https://github.com/django/daphne) - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP.