From f6801c543787f8caac310ea4461e7d54760b6635 Mon Sep 17 00:00:00 2001 From: Mitch Pirtle Date: Wed, 7 Aug 2013 14:12:32 +0200 Subject: [PATCH] Updating configuration text in README. Still needing more definition on social registration properties. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33f98a87..ab02a5f7 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ There are three environments provided by default, __development__, __test__, and * root - This is determined automatically at the start of this file, but can be overridden here. * app.name - This is the name of your app or website, and can be different for each environment. You can tell which environment you are running by looking at the TITLE attribute that your app generates. * Social Registration - Facebook, GitHub, Google, Twitter. You can specify your own social accounts here for each social platform, with the following for each provider: -** clientID -** clientSecret -** callbackURL + * clientID + * clientSecret + * callbackURL ## Getting Started We pre-included an article example, check it out: