Skip to content

Commit 3c7de99

Browse files
authored
Fix typo in docs/index.md (#2665)
1 parent 55cbba9 commit 3c7de99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Python 3.8+
4646
$ pip3 install starlette
4747
```
4848

49-
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/).
49+
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/).
5050

5151
```shell
5252
$ pip3 install uvicorn

0 commit comments

Comments
 (0)