Skip to content

Commit

Permalink
update Starlette url (#230)
Browse files Browse the repository at this point in the history
`https://starlette.io` does not resolve to a valid website. The correct url includes `www.`
  • Loading branch information
xEricL committed May 6, 2023
1 parent 8fb9b45 commit 616f615
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 @@ -8,7 +8,7 @@

# Piccolo API

Utilities for easily exposing [Piccolo](https://piccolo-orm.readthedocs.io/en/latest/) tables as REST endpoints in ASGI apps, such as [Starlette](https://starlette.io) and [FastAPI](https://fastapi.tiangolo.com/).
Utilities for easily exposing [Piccolo](https://piccolo-orm.readthedocs.io/en/latest/) tables as REST endpoints in ASGI apps, such as [Starlette](https://www.starlette.io) and [FastAPI](https://fastapi.tiangolo.com/).

Includes a bunch of useful ASGI middleware:

Expand Down

0 comments on commit 616f615

Please sign in to comment.