From e9e6712cb56ed22c75fdc0fc9eaaf5914d4b887f Mon Sep 17 00:00:00 2001 From: Iwo Herka Date: Wed, 11 Jul 2018 11:18:07 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c8600d..93b62a2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Django EAV 2 - Entity-Attribute-Value storage for Django Django EAV 2 is a fork of django-eav (which itself was derived from eav-django). -You can find documentation here. +You can find documentation here. ## Installation You can install **django-eav2** from three sources: @@ -65,4 +65,4 @@ Supplier.objects.filter(eav__city='London') # = ]> ``` -### What next? Check out documentation. +### What next? Check out documentation.