Skip to content

Commit

Permalink
Merge pull request #9 from LennyLip/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lociii authored Sep 4, 2023
2 parents b2cb6df + 65ebc6c commit 8d79601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add to `settings.py` of your project.
```python
from typing import Dict
from celery import schedules
from django_celery_token_bucket import TokenBucket
from django_celery_token_bucket.bucket import TokenBucket

INSTALLED_APPS = [
...,
Expand Down

0 comments on commit 8d79601

Please sign in to comment.