mirror of https://github.com/encode/starlette.git
Fix typo in README.md (#2666)
This commit is contained in:
parent
3c7de99f3d
commit
c78c9aac17
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue