Skip to content

Commit 333308a

Browse files
comma
1 parent 3240c27 commit 333308a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The library is async-only at the moment (following gidgethub), with sync support
102102
103103
django-github-app provides a router-based system for handling GitHub webhook events, built on top of [gidgethub](https://github.com/gidgethub/gidgethub). The router matches incoming webhooks to your handler functions based on the event type and optional action.
104104
105-
To start handling GitHub webhooks, create your event handlers in a new file (e.g. `events.py`) within your Django app:
105+
To start handling GitHub webhooks, create your event handlers in a new file (e.g., `events.py`) within your Django app:
106106
107107
```python
108108
# your_app/events.py

0 commit comments

Comments
 (0)