We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693e5a2 commit e529dc2Copy full SHA for e529dc2
docs/how_to_create_plugin.md
@@ -92,12 +92,12 @@ That should set up the key binding. Now hit `prefix + T` and see if it works.
92
### 6. publish the plugin
93
94
When everything is ready, push the plugin to an online git repository,
95
-preferably Github.
+preferably GitHub.
96
97
Other users can install your plugin by just adding plugin git URL to the
98
`@plugin` list in their `.tmux.conf`.
99
100
-If the plugin is on Github, your users will be able to use the shorthand of
+If the plugin is on GitHub, your users will be able to use the shorthand of
101
`github_username/repository`.
102
103
### Conclusion
0 commit comments