diff --git a/Basic-use-cases.md b/Basic-use-cases.md
index ed7823a..cbbdc6e 100644
--- a/Basic-use-cases.md
+++ b/Basic-use-cases.md
@@ -267,12 +267,12 @@ To use `nnn` as a file picker and redirect the output to other programs, use [`p
Ways to pick files:
-- use selection and press q to quit
-- press Enter to pick any earlier selection and the current entry (to avoid selecting the last file in the selection twice, press q instead).
+- to pick a single file and quit, hover on it and press Enter
+- to pick selection and quit, select file(s) and press Enter or q
Notes:
-1. pressing Enter on a directory enters it; when trying to pick a directory, e.g. to pipe to `cd`, use single file selection and press q
+1. pressing Enter on a directory enters it; when trying to pick a directory, e.g. to pipe to `cd`, use single file selection
2. to discard selection and quit, press ^G
Example picker mode use cases: