diff --git a/README.md b/README.md
index 8001ade..3c0e6dc 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Top-like interface for container metrics
`ctop` provides a concise and condensed overview of real-time metrics for multiple containers:
-as well as an [single container view][single_view] for inspecting a specific container.
+as well as a [single container view][single_view] for inspecting a specific container.
`ctop` comes with built-in support for Docker and runC; connectors for other container and cluster systems are planned for future releases.
@@ -74,20 +74,20 @@ Option | Description
### Keybindings
-Key | Action
---- | ---
-`` | Open container menu
-`a` | Toggle display of all (running and non-running) containers
-`f` | Filter displayed containers (`esc` to clear when open)
-`H` | Toggle ctop header
-`h` | Open help dialog
-`s` | Select container sort field
-`r` | Reverse container sort order
-`o` | Open single view
-`l` | View container logs (`t` to toggle timestamp when open)
-`e` | Exec Shell
-`S` | Save current configuration to file
-`q` | Quit ctop
+| Key | Action |
+| :----------------------: | ---------------------------------------------------------- |
+| <ENTER> | Open container menu |
+| a | Toggle display of all (running and non-running) containers |
+| f | Filter displayed containers (`esc` to clear when open) |
+| H | Toggle ctop header |
+| h | Open help dialog |
+| s | Select container sort field |
+| r | Reverse container sort order |
+| o | Open single view |
+| l | View container logs (`t` to toggle timestamp when open) |
+| e | Exec Shell |
+| S | Save current configuration to file |
+| q | Quit ctop |
[build]: _docs/build.md
[connectors]: _docs/connectors.md