From c64670d3e1cb7358a095811be342346dcc7e7be6 Mon Sep 17 00:00:00 2001 From: App Generator <51070104+app-generator@users.noreply.github.com> Date: Wed, 28 Sep 2022 20:04:32 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6e43b2..bfc1f72 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ $ pip install git+https://github.com/app-generator/django-admin-material-dashboa
-> Add `admin_soft` application to the `INSTALLED_APPS` setting of your Django project `settings.py` file (note it should be before `django.contrib.admin`): +> Add `admin_material` application to the `INSTALLED_APPS` setting of your Django project `settings.py` file (note it should be before `django.contrib.admin`): ```python INSTALLED_APPS = (