Skip to content

Commit c740d40

Browse files
wording
1 parent 0a6c082 commit c740d40

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
@@ -224,7 +224,7 @@ The model primarily serves the webhook handling system, but you can also use it
224224
225225
#### `Installation`
226226
227-
`django_github_app.models.Installation` represents where your GitHub App is installed. Stores the installation ID and metadata from GitHub, and provides methods for authentication:
227+
`django_github_app.models.Installation` represents where your GitHub App is installed. It stores the installation ID and metadata from GitHub, and provides methods for authentication:
228228
229229
```python
230230
from django_github_app.models import Installation

0 commit comments

Comments
 (0)