From 5a98938a959c4ed52ff3d2b63d060023ff3e4564 Mon Sep 17 00:00:00 2001 From: Hans Knoechel Date: Tue, 12 Apr 2016 23:31:43 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 035b597..c690932 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Support for the Facebook AccountKit framework in Titanium Mobile to login using an email or phone number. -> The used framework is in preiew version 1.0.0 and still has some crashes occurring. Feel free to submit PR's if a new framework version is released by Facebook. +> The used framework is in preview version 1.0.0 and still has some crashes occurring. Feel free to submit PR's if a new framework version is released by Facebook. + + ## Usage @@ -39,8 +41,8 @@ accountkit.addEventListener("cancel", function(e) { }); accountkit.addEventListener("error", function(e) { - Ti.API.warn("error"); -Ti.API.warn(e); + Ti.API.warn("error"); + Ti.API.warn(e); }); var btn1 = Ti.UI.createButton({ From 3585aeee8d50bb82487226b68c4a8966128b9b16 Mon Sep 17 00:00:00 2001 From: Hans Knoechel Date: Tue, 12 Apr 2016 23:34:14 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c690932..aedee62 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Support for the Facebook AccountKit framework in Titanium Mobile to login using > The used framework is in preview version 1.0.0 and still has some crashes occurring. Feel free to submit PR's if a new framework version is released by Facebook. - + ## Usage