diff --git a/Basic-use-cases.md b/Basic-use-cases.md
index 30e9f5e..9a4fe74 100644
--- a/Basic-use-cases.md
+++ b/Basic-use-cases.md
@@ -57,11 +57,11 @@ By default, when ^G is pressed, `nnn` writes the last working directo
${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.lastd
-To cd on quit _always_, export the environment variable `NNN_TMPFILE` set to your preferred file path.
+To _cd on quit_ **always**, export the environment variable `NNN_TMPFILE` set to your preferred file path.
Note:
-- The extra key ^G to _cd on quit_ is to avoid writing to a file every time `nnn` quits. This also gives the user the flexibility to choose which directory (s)he wants to land into after starting `nnn` rather than having it decided beforehand.
+- The extra key ^G to _cd on quit_ is to avoid writing to a file every time `nnn` quits. This also gives the user the flexibility to _cd on quit_ on-demand.
## Sync subshell `$PWD`