Compare commits

...

3 Commits

Author SHA1 Message Date
Bruno Sutic b699a7e01c
Merge pull request #216 from yasudanaoya/fix/typo
fix: typo
2022-01-01 12:05:58 +01:00
yasudanaoya 49c51f3774 fix: github to GitHub 2022-01-01 17:49:21 +09:00
yasudanaoya e529dc221c fix: typo 2021-12-30 22:07:10 +09:00
2 changed files with 3 additions and 3 deletions

View File

@ -92,12 +92,12 @@ That should set up the key binding. Now hit `prefix + T` and see if it works.
### 6. publish the plugin
When everything is ready, push the plugin to an online git repository,
preferably Github.
preferably GitHub.
Other users can install your plugin by just adding plugin git URL to the
`@plugin` list in their `.tmux.conf`.
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
`github_username/repository`.
### Conclusion

View File

@ -26,7 +26,7 @@ clone() {
# tries cloning:
# 1. plugin name directly - works if it's a valid git url
# 2. expands the plugin name to point to a github repo and tries cloning again
# 2. expands the plugin name to point to a GitHub repo and tries cloning again
clone_plugin() {
local plugin="$1"
local branch="$2"