浏览代码

chore(ag): fix README (#10001)

Aayush Kapoor 3 年之前
父节点
当前提交
9c34c359c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/ag/README.md

+ 1 - 1
plugins/ag/README.md

@@ -5,7 +5,7 @@ This plugin provides completion support for [`ag`](https://github.com/ggreer/the
 To use it, add ag to the plugins array in your zshrc file.
 
 ```zsh
-plugins=(... aws)
+plugins=(... ag)
 ```
 
 ## INSTALLATION NOTES