Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/sparkline/README.txt,v
retrieving revision 1.3
diff -u -r1.3 README.txt
--- README.txt	30 Dec 2007 20:21:22 -0000	1.3
+++ README.txt	7 Mar 2009 15:25:08 -0000
@@ -14,14 +14,17 @@
 INSTALL REQUIREMENTS
 --------------------
 1.  Requires the PHP Sparkline graphic library to be somewhere in the PHP
-    include path - http://sparkline.org/.
+    include path - http://sparkline.org/. A version is included with this
+    module as it requires some changes to not conflict with Drupal functions.
 2.  Requires the PHP binary to have been built with the GD library, which is
     used by the PHP Sparkline library for generating the sparklines images.
 
 BUGS / TO DO
 ------------
-* No known bugs -- yet.  :-)
-* Lots of things to do, no doubt.
+To find, search, and contribute to bugs and new features for htis module, see
+the project's issue queue on drupal.org:
+
+http://drupal.org/project/issues/sparkline
 
 CONTRIBUTORS
 ------------
Index: INSTALL.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/sparkline/INSTALL.txt,v
retrieving revision 1.2
diff -u -r1.2 INSTALL.txt
--- INSTALL.txt	24 Sep 2006 11:29:46 -0000	1.2
+++ INSTALL.txt	7 Mar 2009 15:25:08 -0000
@@ -1,6 +1,7 @@
 INSTALL REQUIREMENTS
 --------------------
 1.  Requires the PHP Sparkline graphic library to be somewhere in the PHP
-    include path - http://sparkline.org/.
+    include path - http://sparkline.org/. A version is included with this
+    module as it requires some changes to not conflict with Drupal functions.
 2.  Requires the PHP binary to have been built with the GD library, which is
     used by the PHP Sparkline library for generating the sparklines images.
