From 857335b74ba2d15fb896869b881db5168b07e86a Mon Sep 17 00:00:00 2001 From: Issam Hakimi Date: Sun, 5 Feb 2017 20:48:07 -0500 Subject: [PATCH 1/2] Update README.md --- integrations/broid-skype/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/broid-skype/README.md b/integrations/broid-skype/README.md index 716a0165..582c546f 100644 --- a/integrations/broid-skype/README.md +++ b/integrations/broid-skype/README.md @@ -17,7 +17,7 @@ import broidSkype from 'broid-skype' const skype = new broidSkype({ token: 'xxxxx', - token_secret: 'xxxxxx', + tokenSecret: 'xxxxxx', }) skype.connect() From 4ec2f5565f4c6d195771ef972adf05ea2f520230 Mon Sep 17 00:00:00 2001 From: Issam Hakimi aka Killix Date: Mon, 6 Feb 2017 19:33:32 -0500 Subject: [PATCH 2/2] Trigger github