Skip to content

Commit

Permalink
Fix typo in docs/index.md (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan2d5 committed Aug 10, 2024
1 parent 55cbba9 commit 3c7de99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c7de99

Please sign in to comment.