Skip to content

Commit

Permalink
Update 104-ht_ww.md
Browse files Browse the repository at this point in the history
fixed typo on sample config
  • Loading branch information
builderjer authored Nov 24, 2023
1 parent bc1fc1b commit 06fc07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/104-ht_ww.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Add the following to your `~/.config/mycroft/mycroft.conf` file.
{
"listener": {
"wake_word": "hey_ziggy"
}
},
"hotwords": {
"hey_ziggy": {
"module": "ovos-ww-plugin-vosk",
"listen": true,
"sound": "snd/start_listening.wav",
"debug": false
"debug": false,
"rule": "fuzzy",
"lang": "en",
"samples": [
Expand Down

0 comments on commit 06fc07a

Please sign in to comment.