Skip to content

Commit dd0d004

Browse files
new paragraph
1 parent d3ce455 commit dd0d004

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
A Django app for building GitHub Apps, providing the foundational components needed to receive webhooks and interact with GitHub's API.
1111

12-
Built on [gidgethub](https://github.com/gidgethub/gidgethub) and [httpx](https://github.com/encode/httpx), django-github-app handles the boilerplate of GitHub App development. Features include webhook event routing and storage, an async-first API client with automatic authentication, and models for managing GitHub App installations, repositories, and webhook event history. The library is async-only at the moment (following gidgethub), with sync support planned to better integrate with Django projects.
12+
Built on [gidgethub](https://github.com/gidgethub/gidgethub) and [httpx](https://github.com/encode/httpx), django-github-app handles the boilerplate of GitHub App development. Features include webhook event routing and storage, an async-first API client with automatic authentication, and models for managing GitHub App installations, repositories, and webhook event history.
13+
14+
The library is async-only at the moment (following gidgethub), with sync support planned to better integrate with Django projects.
1315

1416
## Requirements
1517

0 commit comments

Comments
 (0)