From c78c9aac17a4d68e0647252310044502f1b7da71 Mon Sep 17 00:00:00 2001 From: Logan <146642263+logan2d5@users.noreply.github.com> Date: Sun, 11 Aug 2024 01:24:16 +0800 Subject: [PATCH] Fix typo in README.md (#2666) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f40f43bf..7427c3bd 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Python 3.8+ $ pip3 install starlette ``` -You'll also want to install an ASGI server, such as [uvicorn](http://www.uvicorn.org/), [daphne](https://github.com/django/daphne/), or [hypercorn](https://hypercorn.readthedocs.io/en/latest/). +You'll also want to install an ASGI server, such as [uvicorn](https://www.uvicorn.org/), [daphne](https://github.com/django/daphne/), or [hypercorn](https://hypercorn.readthedocs.io/en/latest/). ```shell $ pip3 install uvicorn