fix import in README.md

This commit is contained in:
daniel
2024-10-27 22:17:03 +01:00
parent 0a31aa21ff
commit 695c167d32

View File

@@ -39,7 +39,7 @@ Here's how you can use it:
```python
from django.http import HttpResponse
from django_signposting.util import add_signposts
from django_signposting.utils import add_signposts
def my_view(request):
response = HttpResponse("Hello, world!")