Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Nov 12, 2023
1 parent cf61e89 commit 9183571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Using _uapi_ enables you to:
- write and use reusable and **powerful middleware**, which integrates with the OpenAPI schema.
- **integrate** with existing apps based on [Django](https://docs.djangoproject.com/en/stable/), [Starlette](https://www.starlette.io/), [Flask](https://flask.palletsprojects.com), [Quart](https://pgjones.gitlab.io/quart/) or [aiohttp](https://docs.aiohttp.org).

Here's a simple taste:
Here's a simple taste (install Flask and gunicorn first):

```python3
from uapi.flask import App
Expand All @@ -43,7 +43,7 @@ app.run(__name__) # Now open http://localhost:8000/elements
- [**PyPI**](https://pypi.org/project/uapi/)
- [**Source Code**](https://github.com/Tinche/uapi)
- [**Documentation**](https://uapi.threeofwands.com)
- [**Changelog**](https://github.com/Tinche/uapi/blob/main/docs/changelog.md)
- [**Changelog**](https://uapi.threeofwands.com/en/latest/changelog.html)

## License

Expand Down

0 comments on commit 9183571

Please sign in to comment.