fix version typo (#195)

This commit is contained in:
cocorocho 2022-05-20 16:12:08 -03:00 committed by GitHub
parent 470972405c
commit 4f9b34dacc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [