浏览代码

Rename getgb plugin to gb

Marc Cornellà 7 年之前
父节点
当前提交
dc0a884ea7
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/getgb/README.md
  2. 0 0
      plugins/gb/_gb

+ 2 - 2
plugins/getgb/README.md

@@ -9,9 +9,9 @@ See https://getgb.io for the full `gb` documentation
 - Adds completion support for all `gb` commands.
 - Also supports completion for the [`gb-vendor` plugin](https://godoc.org/github.com/constabulary/gb/cmd/gb-vendor).
 
-To use it, add `getgb` to your plugins array:
+To use it, add `gb` to your plugins array:
 ```sh
-plugins=(... getgb)
+plugins=(... gb)
 ```
 
 ## Caveats

plugins/getgb/_gb → plugins/gb/_gb