diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 5f6dc6f2fff3..d76ce2df57c1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ In the file `/configs/.tmux.conf` there is a line to add italics support to tmux set -g default-terminal "tmux-256color-italic" ``` -The `$TERM` entry, `tmux-256color-italic` will be unavailable until you add the file, `/configs/tmux-256color-italic` to your terminal database. You can do this with the following command: +The `$TERM` entry, `tmux-256color-italic`, will be unavailable until you add the file, `/configs/tmux-256color-italic`, to your terminal database. You can do this with the following command: ```bash $ tic ~/pc_settings/configs/tmux-256color-italic |