Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/sparkline/README.txt,v
retrieving revision 1.4
diff -u -r1.4 README.txt
--- README.txt	5 Sep 2008 22:52:14 -0000	1.4
+++ README.txt	18 Mar 2009 20:42:32 -0000
@@ -14,13 +14,16 @@
 INSTALL REQUIREMENTS
 --------------------
 1.  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.
+    used by the PHP Sparkline library for generating the sparklines images. A
+    version is included with this module as it requires some changes to not
+    conflict with Drupal functions.
 
 BUGS / TO DO
 ------------
-* No known bugs -- yet.  :-)
-* Write better documentation.
-* 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.4
diff -u -r1.4 INSTALL.txt
--- INSTALL.txt	5 Sep 2008 22:52:14 -0000	1.4
+++ INSTALL.txt	18 Mar 2009 20:42:32 -0000
@@ -1,7 +1,9 @@
 INSTALL REQUIREMENTS
 --------------------
 1.  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.
+    used by the PHP Sparkline library for generating the sparklines images. A
+    version is included with this module as it requires some changes to not
+    conflict with Drupal functions.
 
 INSTALL PROCEDURE
 -----------------
