diff options
author | Florrie <towerofnix@gmail.com> | 2018-12-19 22:29:49 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-12-19 22:29:49 -0400 |
commit | 4d1702b630b6f8f4893e35bb11f5bc6a342731a1 (patch) | |
tree | da277f1165b4e9125d8852849cd840d9f0bb45ef | |
parent | 9b9c091437caf5373284e09b756dce21bcbb0a91 (diff) |
Fix typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 1da5a82..5071468 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You're also welcome to share any ideas, suggestions, and questions through there * **In the main listing:** * <kbd>Enter</kbd> - if the selected item is a group, enter it; if it's a track, play it * <kbd>Backspace</kbd> - leave the current group (if in one) - * <kbd>m</kbd> or <kbd>f</kbd> - open a menu of actions related to the selected item or group + * <kbd>m</kbd> or <kbd>f</kbd> - open a menu of actions related to the selected track or group * <kbd>q</kbd> - queue the selected track or group to play after any other items in the queue (usually after the current track) * <kbd>Q</kbd> (shift+Q) - queue the selected track or group to play immediately after what's currently playing * <kbd>d</kbd> - download the selected track (but don't play it) |