Skip to content

Commit

Permalink
Fix copy paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anze3db committed Aug 23, 2023
1 parent 14a4e6c commit 1078238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
```

Expand Down

0 comments on commit 1078238

Please sign in to comment.