diff --git a/README.md b/README.md
index 0ff90c2..a50c92b 100644
--- a/README.md
+++ b/README.md
@@ -385,6 +385,7 @@ Keybinding | Description
C-c p d | Display a list of all directories in the project. With a prefix argument it will clear the cache first.
C-c p T | Display a list of all test files(specs, features, etc) in the project.
C-c p s g | Run grep on the files in the project.
+C-c p s s | Runs `ag` on the project. Requires the presence of `ag.el`.
M-- C-c p s g | Run grep on `projectile-grep-default-files` in the project.
C-c p b | Display a list of all project buffers currently open.
C-c p o | Runs `multi-occur` on all project buffers currently open.
@@ -394,8 +395,6 @@ Keybinding | Description
C-c p k | Kills all project buffers.
C-c p D | Opens the root of the project in `dired`.
C-c p e | Shows a list of recently visited project files.
-C-c p s a | Runs `ack` on the project. Requires the presence of `ack-and-a-half`.
-C-c p s s | Runs `ag` on the project. Requires the presence of `ag.el`.
C-c p a | Switch between files with the same name but different extensions.
C-c p c | Runs a standard compilation command for your type of project.
C-c p P | Runs a standard test command for your type of project.