From 040e0eb1588fb29f99a7ea349d2d24fddbf7a58e Mon Sep 17 00:00:00 2001 From: Kenneth Love <11908+kennethlove@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:30:45 -0700 Subject: [PATCH] Reverse those directions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3fdbac..66f19ef 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ run in production (`DEBUG = False`). 2. Add `drifter` to the `INSTALLED_APPS` setting in your Django project's `settings.py` file: ```python INSTALLED_APPS = [ - ..., "drifter", + ..., ] ```