From 3f17be9f32454fce2642b1fa4c53b9e5e436b84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emil=20Stenstr=C3=B6m?= Date: Tue, 13 Aug 2024 08:02:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43780d09..90e0d43f 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ You probably don't want this, as parts of your backend logic will be exposed, po As of _v0.27_, django-components ships with an additional installable app _django_components.**safer_staticfiles**_. It is a drop-in replacement for _django.contrib.staticfiles_. Its behavior is 100% identical except it ignores .py and .html files, meaning these will not end up on your static files server. -To use it, add it to INSTALLED*APPS and remove \_django.contrib.staticfiles*. +To use it, add it to INSTALLED_APPS and remove _django.contrib.staticfiles_. ```python INSTALLED_APPS = [