diff --git a/README.md b/README.md
index 83162a2..98893e2 100644
--- a/README.md
+++ b/README.md
@@ -203,7 +203,7 @@ Keybinding | Description
C-x M-m | Start your default shell.
C-x C-m | Alias for `M-x`.
C-h A | Run `apropos` (search in all Emacs symbols).
-M-\\ | Run `hippie-expand` (a replacement for the default `dabbrev-expand`).
+M-/ | Run `hippie-expand` (a replacement for the default `dabbrev-expand`).
C-x C-b | Open `ibuffer` (a replacement for the default `buffer-list`).
F12 | Toggle the Emacs menu bar.
C-x g | Open Magit's status buffer.
@@ -239,6 +239,7 @@ Here's a list of functionality provided by [Projectile](https://github.com/bbats
Keybinding | Description
-------------------|------------------------------------------------------------
C-c p f | Display a list of all files in the project. With a prefix argument it will clear the cache first.
+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 g | Run grep on the files in the project.
C-c p b | Display a list of all project buffers currently open.
@@ -247,10 +248,10 @@ Keybinding | Description
C-c p i | Invalidates the project cache (if existing).
C-c p R | Regenerates the projects `TAGS` file.
C-c p k | Kills all project buffers.
-C-c p d | Opens the root of the project in `dired`.
+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 a | Runs `ack` on the project. Requires the presence of `ack-and-a-half`.
-C-c p l | Runs a standard compilation command for your type of project.
+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.
C-c p z | Adds the currently visited to the cache.
C-c p s | Display a list of known projects you can switch to.