Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Aug 25, 2021
1 parent fecabf1 commit adba1da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ pip install django-clone

## Usage

### Subclassing the `CloneModel`

**CHANGE**

```python
Expand All @@ -86,7 +88,7 @@ class MyModel(CloneModel):
title = models.CharField(max_length=200)
```

### Subclassing the `CloneModel`
#### Example

```python
from django.db import models
Expand Down

0 comments on commit adba1da

Please sign in to comment.