From 8687ea644e2cf7932d1b72ca3a0a325b72c39af3 Mon Sep 17 00:00:00 2001
From: Markus Fleschutz <markus@fleschutz.de>
Date: Wed, 13 Oct 2021 10:53:39 +0200
Subject: [PATCH] Update FAQ.md

---
 Docs/FAQ.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Docs/FAQ.md b/Docs/FAQ.md
index 470bf8f6..cd04df69 100644
--- a/Docs/FAQ.md
+++ b/Docs/FAQ.md
@@ -60,12 +60,13 @@ How to use PowerShell in Windows context menus?
 * to disable this execute `Remove_ps1_from_New_context_menu.reg` in subfolder [Data/](../Data)
 
 
-How to use Serenade for voice control?
---------------------------------------
+How to use Serenade to execute PowerShell scripts by voice?
+-----------------------------------------------------------
 1. Download and install Serenade from https://serenade.ai/.
-2. Execute "./export-to-serenade.ps1" - this creates a custom JavaScript file in $HOME/.serenade/scripts/
+2. Execute "./export-to-serenade.ps1 Computer" - this creates a custom JavaScript file in $HOME/.serenade/scripts/ with wakeword 'Computer'.
 3. Start Serenade and click the Pause button.
-4. Say "list folder" - this starts list-folder.ps1 in the terminal
+4. Open Windows Terminal and click into the window
+5. Say: "Computer, list folder" - this starts list-folder.ps1 in the terminal
 
 
 Which editor to use for PowerShell scripts?