Skip to content

Commit 5c4f37a

Browse files
authored
Merge pull request tmux-plugins#172 from Swivelgames/patch-1
Non-Github Plugin Install Fails due to Syntax Error in README.md
2 parents 06d4122 + 4a3fdec commit 5c4f37a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
2626

2727
# Other examples:
2828
# set -g @plugin 'github_username/plugin_name'
29-
# set -g @plugin '[email protected]/user/plugin'
30-
# set -g @plugin '[email protected]/user/plugin'
29+
# set -g @plugin '[email protected]:user/plugin'
30+
# set -g @plugin '[email protected]:user/plugin'
3131

3232
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
3333
run -b '~/.tmux/plugins/tpm/tpm'

0 commit comments

Comments
 (0)