Skip to content

Commit 113f193

Browse files
docs: replace inline ASGI server list with link to canonical implemen… (#3204)
1 parent 1a2f972 commit 113f193

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ It is production-ready, and gives you the following:
5151
$ pip install starlette
5252
```
5353

54-
You'll also want to install an ASGI server, such as [uvicorn](https://uvicorn.dev), [daphne](https://github.com/django/daphne/), or [hypercorn](https://hypercorn.readthedocs.io/en/latest/).
54+
You'll also want to install an ASGI server, such as [uvicorn](https://uvicorn.dev) or any of the [other ASGI server implementations](https://asgi.readthedocs.io/en/latest/implementations.html#servers).
5555

5656
```shell
5757
$ pip install uvicorn

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Help us keep Starlette maintained and sustainable by [becoming a sponsor](https:
6767
pip install starlette
6868
```
6969

70-
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/).
70+
You'll also want to install an ASGI server, such as [uvicorn](https://www.uvicorn.org/) or any of the [other ASGI server implementations](https://asgi.readthedocs.io/en/latest/implementations.html#servers).
7171

7272
```shell
7373
pip install uvicorn

0 commit comments

Comments
 (0)