diff --git a/README.md b/README.md index 3a67942..e265e6c 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ Add ```django_inlinecss``` to your ```settings.py```: ```python INSTALLED_APPS = ( 'django.contrib.auth', - 'django.contrib.webdesign', - 'django.contrib.contenttypes', '...', '...', '...',