Skip to content

Commit ae9d705

Browse files
authored
Update README.md
1 parent 21078f9 commit ae9d705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ INSTALLED_APPS = [
5757

5858
### Usage
5959

60-
#### Using the `SubscriptionModelMixin` and `SubscriptionQuerySet`
60+
##### Using the `SubscriptionModelMixin` and `SubscriptionQuerySet`
6161

6262
```py
6363
from model_subscription.mixin import SubscriptionModelMixin
@@ -70,7 +70,7 @@ class TestModel(SubscriptionModelMixin, models.Model):
7070
objects = SubscriptionQuerySet.as_manager()
7171
```
7272

73-
#### Subclassing the `SubscriptionModel` base class.
73+
##### Subclassing the `SubscriptionModel` base class.
7474

7575
```py
7676
from model_subscription.model import SubscriptionModel

0 commit comments

Comments
 (0)