diff --git a/README.md b/README.md
index 9dfd43d..bfcfb2b 100644
--- a/README.md
+++ b/README.md
@@ -31,9 +31,9 @@ Also check out [rg.el](https://github.com/dajva/rg.el), which I haven't used muc
- Use M-g to input a glob pattern to filter files by, e.g. `*.py`.
- The glob pattern defaults to the value of `helm-rg-default-glob-string`, which is an empty string (matches every file) unless you customize it.
- Pressing M-g again shows the same minibuffer prompt for the glob pattern, with the string that was previously input.
-- Use and to go up and down by files in the results.
- - and simply go up and down by match result, and there may be many matches for your pattern in a single file, even multiple on a single line (which `ripgrep` reports as multiple separate results).
- - The and keys will move up or down until it lands on a result from a different file than it started on.
+- Use left and right to go up and down by files in the results.
+ - up and down simply go up and down by match result, and there may be many matches for your pattern in a single file, even multiple on a single line (which `ripgrep` reports as multiple separate results).
+ - The left and right keys will move up or down until it lands on a result from a different file than it started on.
- When moving by file, `helm-rg` will cycle around the results list, but it will print a harmless error message instead of looping infinitely if all results are from the same file.
- Use the interactive autoloaded function `helm-rg-display-help` to see the ripgrep command's usage info.