From 695c167d32c2126157d70d95516788cfa0eaceb9 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 27 Oct 2024 22:17:03 +0100 Subject: [PATCH] fix import in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55fd576..ca94981 100644 --- a/README.md +++ b/README.md @@ -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!")