diff --git a/plugins/ag/README.md b/plugins/ag/README.md
index 6acc54067..1983aaa41 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