diff --git a/Docs/VoiceControl.md b/Docs/VoiceControl.md index 78236e33..d4d72a23 100644 --- a/Docs/VoiceControl.md +++ b/Docs/VoiceControl.md @@ -6,7 +6,7 @@ Installation ------------ 1. Download and install *Serenade* from https://serenade.ai/. 2. Download and install the *PowerShell Scripts*, then set the search path to it. -3. Execute: `./export-to-serenade.ps1 computer` in the *PowerShell Scripts* - this creates a custom JavaScript file at `$HOME/.serenade/scripts/PowerShell.js` using the wake word 'computer'. Recommended wake words with a high detection rate are: "Alexa", "Computer", "Siri" and "Windows". In the following, the wake word "Computer" is used. +3. Execute: `./export-to-serenade.ps1 Computer` in the *PowerShell Scripts* - this creates a custom JavaScript file using the wake word 'Computer' (at `$HOME/.serenade/scripts/PowerShell.js`). Recommended wake words with a high detection rate are: "Alexa", "Computer", or "Windows". In the following, the wake word "Computer" is used. Usage