From 4f9b34dacc746eb5b65cea84305dcdc140c059a4 Mon Sep 17 00:00:00 2001 From: cocorocho <53194641+cocorocho@users.noreply.github.com> Date: Fri, 20 May 2022 16:12:08 -0300 Subject: [PATCH] fix version typo (#195) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5493405..3cff824 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ pip install django-eav2 ## Configuration -Add `eav2` to `INSTALLED_APPS` in your settings. +Add `eav` to `INSTALLED_APPS` in your settings. ```python INSTALLED_APPS = [