From: Logan <146642263+logan2d5@users.noreply.github.com> Date: Sat, 10 Aug 2024 07:17:25 +0000 (+0800) Subject: Fix typo in docs/index.md (#2665) X-Git-Tag: 0.38.3~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c7de99f3d46da5000303dfcc1d089788ba25bb9;p=thirdparty%2Fstarlette.git Fix typo in docs/index.md (#2665) --- diff --git a/docs/index.md b/docs/index.md index 159eb7b4..44f0c370 100644 --- a/docs/index.md +++ b/docs/index.md @@ -46,7 +46,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