Skip to content

Commit 99ffe17

Browse files
authored
Fix typo
Thanks @TonisPiip for reporting it!
1 parent b7836dd commit 99ffe17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class YourModel(LifecycleModelMixin, models.Model):
8787

8888
```
8989

90-
## (Optional) Add `django_lifecycle` to your `INSTALLED_APPS`
90+
## (Optional) Add `django_lifecycle_checks` to your `INSTALLED_APPS`
9191

9292
```python
9393
INSTALLED_APPS = [

0 commit comments

Comments
 (0)