Skip to content

Commit 48827a8

Browse files
committed
Fixed starlette.io URL in README
1 parent 1b9bd1f commit 48827a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# starlette_jsonapi
22
A minimal "framework" intended to help write [json:api](https://jsonapi.org) compliant services in async Python,
3-
written on top of [starlette](https://starlette.io) and [marshmallow-jsonapi](https://marshmallow-jsonapi.readthedocs.io/).
3+
written on top of [starlette](https://www.starlette.io) and
4+
[marshmallow-jsonapi](https://marshmallow-jsonapi.readthedocs.io/).
45

56
In the maintainer's view, REST frameworks that come with a complete data layer implementation are quite limiting
67
and rarely usable in production systems due to business logic needs or authorization constraints.

0 commit comments

Comments
 (0)