Skip to content

Commit 9183571

Browse files
committed
Tweak README
1 parent cf61e89 commit 9183571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Using _uapi_ enables you to:
2121
- write and use reusable and **powerful middleware**, which integrates with the OpenAPI schema.
2222
- **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).
2323

24-
Here's a simple taste:
24+
Here's a simple taste (install Flask and gunicorn first):
2525

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

4848
## License
4949

0 commit comments

Comments
 (0)