diff --git a/README.md b/README.md index 7eafe88..3ee4908 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ Inspect and run Django Commands in a text-based user interface (TUI), built with pip install django-tui ``` -Add "words_tui" to your INSTALLED_APPS setting like this: +Add "django_tui" to your INSTALLED_APPS setting like this: ```python INSTALLED_APPS = [ ..., - "words_tui", + "django_tui", ] ```