From 9c34c359c4c1ebb1bd0211d40c3bca0c6aa2ca97 Mon Sep 17 00:00:00 2001 From: Aayush Kapoor Date: Fri, 6 Aug 2021 19:21:19 +0530 Subject: [PATCH] chore(ag): fix README (#10001) --- plugins/ag/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ag/README.md b/plugins/ag/README.md index 6acc5406..1983aaa4 100644 --- a/plugins/ag/README.md +++ b/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 -- GitLab