From d0466445c5c84d5fe9f2e1f54b275795aebc2770 Mon Sep 17 00:00:00 2001 From: Nico Krause Date: Thu, 5 May 2016 11:44:15 +0200 Subject: [PATCH] Update README.md improved settings.json --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b23825..f35fd19 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ It is also an example of how to create a WebRTC video chatroom and of how to int }, "kadira": { "appId": "YOUR_APP_ID", - "appSecret": "YOUR_APP_SECRET + "appSecret": "YOUR_APP_SECRET" }, "public": { "analyticsSettings": { @@ -49,7 +49,7 @@ It is also an example of how to create a WebRTC video chatroom and of how to int "google": { "browserKey": "YOUR_BROWSER_KEY" } - } + }, "electron": { "autoPackage": true, "builds": [{