From 74244b267b90e371902b7df50c5790f1148e4e55 Mon Sep 17 00:00:00 2001
From: Dipen <dipen@qed42.com>
Date: Wed, 18 Aug 2010 21:37:21 +0530
Subject: [PATCH] README fix

---
 README.txt |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/README.txt b/README.txt
index c90192b..9f56068 100644
--- a/README.txt
+++ b/README.txt
@@ -68,7 +68,12 @@ To install:
 
   See the end of this file for other configuration you may add to
   settings.php.
- 
+   
+- Edit your settings.php file to change arg_separator.output config
+  variable to '&' which settings.php set as '&amp;' 
+  Change ini_set('arg_separator.output', '&amp;'); to 
+  ini_set('arg_separator.output', '&');
+  
 - Go to Administer >> Site Building >> Modules and enable the Facebook
   modules.  Most of the modules under "Drupal for Facebook" should be
   enabled.  During development, the "Drupal for Facebook Devel" module
-- 
1.7.0.4

