From af18032afa6e7ac9444a4b606fd15a848e6031db Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 29 Jan 2014 00:09:41 -0500 Subject: [PATCH] Update README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 930656bd6a..8dad59209f 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Obtaining API Keys - For **Callback URL**: http://127.0.0.1:3000/auth/twitter/callback - Go to **Settings** tab - Under *Application Type* select **Read and Write** access -- Check the box *Allow this application to be used to Sign in with Twitter* +- Check the box **Allow this application to be used to Sign in with Twitter** - Click **Update this Twitter's applications settings**
@@ -238,7 +238,8 @@ There is a big shift in the way you develop apps with Ember, Backbone, Angular as opposed to server-side frameworks like Express, Flask, Rails, Django. Not only would you need to know how to use Express in this case, but also the client-side framework of your choice, which in itself is not a trivial task. And then there is a whole different process -for authentication with single page applications. It's best if you use a boilerplate of choice for your particular +for authentication with single page applications. If you insist on using +a client-side framework, it's best if you use a boilerplate of choice for your particular client-side framework and just grab the pieces you need from the Hackathon Starter. HOW IT WORKS @@ -254,7 +255,7 @@ TODO ### How "Forgot your password" works? TODO - +### TODO LIST