Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/referral/README.txt,v
retrieving revision 1.5
diff -u -p -r1.5 README.txt
--- README.txt	11 Feb 2007 05:18:27 -0000	1.5
+++ README.txt	27 Nov 2008 17:20:33 -0000
@@ -51,6 +51,20 @@ user, and unflag the current referrals t
 cycle. Or you can simply use this as a way to see referrals since you
 last checked, and flag them.
 
+Referral Goto Path
+------------------
+By default, when someone visits a referral link, they will be redirected to 
+the path 'user/register'.  This path can be changed in the admin to anything
+you want. 
+
+Additionally, if you change the "Referral goto path" field in the 
+admin to be blank, then you can dynamically set the goto path by adding a 
+"?destination=<mypath>" querystring to a referral link.
+
+For example, someone visiting "referral/abc123?destination=landingpage/123" 
+would be redirected to "landingpage/123" after the referral module installs 
+it's referral tracking cookie.
+
 Installation
 ------------
 To install this module, upload or copy the directory called "referral" to
