From 2eb8644d7f082fc4779c6c5f99b3681dd5f86aea Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Mon, 31 May 2021 21:32:05 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Remove=20community=20discussion?= =?UTF-8?q?=20link=20(#1063)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bdfd33d3c8..fbe8dd8ee3 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ **Documentation**: [https://www.uvicorn.org](https://www.uvicorn.org) -**Community**: [https://discuss.encode.io/c/uvicorn](https://discuss.encode.io/c/uvicorn) - **Requirements**: Python 3.6+ (For Python 3.5 support, install version 0.8.6.) Uvicorn is a lightning-fast ASGI server implementation, using [uvloop][uvloop] and [httptools][httptools].