diff --git a/README.md b/README.md index e8c81d0..2ed07cb 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ def mark_as_finished(sender: Type[Video], instance: Video) -> None: video.save(update_fields=['processed']) ``` -#### `signals.encoding_started`I +#### `signals.encoding_started` This is sent before the encoding starts.