Update google_assistant.markdown (#3458)

Fix invalid JSON in example.
This commit is contained in:
Andréas Lundgren 2017-09-29 08:39:13 +02:00 committed by Fabian Affolter
parent 56d1a6cf03
commit 2c1cb3f93b

View File

@ -56,7 +56,7 @@ Configuration example that uses the USB microphone and use the built-in headset
{
"mic": "1,0",
"speaker": "0,0",
"client_secrets": "google_assistant.json",
"client_secrets": "google_assistant.json"
}
```