diff --git a/README b/README
index 5ad5e6612a5114261b0ddb4aa7301215c871b66e..41b5fa441c51c1af04054fa97bad57c1538d34d3 100644
--- a/README
+++ b/README
@@ -19,9 +19,9 @@ Install pear http://pear.php.net/manual/en/installation.getting.php
 	Install the UNL_Templates pear packages
 		pear channel-discover pear.unl.edu && pear install unl/UNL_Templates-beta unl/UNL_Services_Peoplefinder-beta DB
 Set the correct site url within the unl_social database:
-	UPDATE elggsites_entity SET url='http://localhost/workspace/UNL_Elgg/elgg/' WHERE guid=1;
-	UPDATE elggdatalists SET value = '/Users/smeranda/Documents/workspace/UNL_Elgg/elgg/' WHERE name = 'path';
-	UPDATE elggdatalists SET value = '/Users/smeranda/Documents/workspace/elgg_data/' WHERE name = 'dataroot';
+	UPDATE elggsites_entity SET url='http://ucommbieber.unl.edu/workspace/UNL_Elgg/elgg/' WHERE guid=1;
+	UPDATE elggdatalists SET value = '/Users/bbieber/Documents/workspace/UNL_Elgg/elgg/' WHERE name = 'path';
+	UPDATE elggdatalists SET value = '/Users/bbieber/Documents/workspace/UNL_Elgg/elgg_data/' WHERE name = 'dataroot';
 Make sure the local site has an updated copy of the unl templatedependents
 
 ******