Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Nov 14, 2024
1 parent 3240c27 commit 333308a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The library is async-only at the moment (following gidgethub), with sync support
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.
To start handling GitHub webhooks, create your event handlers in a new file (e.g. `events.py`) within your Django app:
To start handling GitHub webhooks, create your event handlers in a new file (e.g., `events.py`) within your Django app:
```python
# your_app/events.py
Expand Down

0 comments on commit 333308a

Please sign in to comment.