Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/banner/INSTALL.txt,v
retrieving revision 1.7
diff -u -r1.7 INSTALL.txt
--- INSTALL.txt	15 Sep 2006 11:35:42 -0000	1.7
+++ INSTALL.txt	23 Jan 2007 21:09:01 -0000
@@ -113,7 +113,8 @@
 
   <?php print banner_display(1, 3) ?>
 
-The code above will try to display three different banners from banner group 1.
+The code above will try to display three different banners from taxonomy
+term ID 1. 
 Each banner will only be shown once for each call to banner_display().
 
 To show one banner from banner group 1 and one banner from banner group 4,
@@ -121,5 +122,7 @@
 
   <?php print banner_display(1, 1); print banner_display(4, 1) ?>
 
+See also online documentation at http://drupal.org/node/51721.
+
 
 $Id: INSTALL.txt,v 1.7 2006/09/15 11:35:42 wulff Exp $
\ No newline at end of file
