From ee8fa6f99cf5411f17315fe1bded7982fd25c66d Mon Sep 17 00:00:00 2001 From: Peter Natale Date: Mon, 7 Aug 2023 16:12:40 -0400 Subject: [PATCH] updates README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c0ef36..035ffe5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Basic usage ============ 1. Clone this repo and then ``$pip install django-soft-delete`` -1. Add softdelete model to INSTALLED_APPS +1. Add `django_softdelete` to INSTALLED_APPS 1. Inherit all models you want to have this functionality from softdelete.models.SoftDeleteModel ```bash