Skip to content

Commit

Permalink
Fix readme spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
anze3db committed Aug 24, 2023
1 parent caf65b6 commit c745219
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ Add "django_tui" to your INSTALLED_APPS setting like this:


```python
INSTALLED_APPS = [
...,
"django_tui",
]
INSTALLED_APPS = [
...,
"django_tui",
]
```

Now you can run the TUI with:
Expand Down

0 comments on commit c745219

Please sign in to comment.