From 0f27560015ac68798d4b0e112ba63c5333960dde Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Tue, 19 Nov 2024 08:28:22 +0100 Subject: [PATCH] fix pip install example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd682b4..1416ebc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Based on the [Signposting](https://github.com/stain/signposting) library. ## Installation ```bash -pip install django_signposting +pip install django-signposting ``` ## Usage