Skip to content

Commit

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

0 comments on commit c78c9aa

Please sign in to comment.