Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/sparkline/README.txt,v
retrieving revision 1.5
diff -u -r1.5 README.txt
--- README.txt	31 Mar 2009 18:02:20 -0000	1.5
+++ README.txt	30 Aug 2010 23:13:23 -0000
@@ -18,9 +18,32 @@
     version is included with this module as it requires some changes to not
     conflict with Drupal functions.
 
+INSTALLATION
+------------
+1. Download and place the entire sparkline directory into your Drupal modules directory
+  (eg site/all/modules) or the sites modules directory (eg site/default/modules)
+
+2. Go to http://sparkline.org and download the sparklines PHP library. Place it within
+   the sparkline module directory (eg sites/all/modules/sparkline/sparkline-php-0.2)
+
+3. Enable this module by navigating to:
+   Administer > Build > Modules (eg /admin/build/modules/list)
+
+4. Visit /admin/settings/sparkling and ensure the sparkline PHP path is correct. If not
+   update the path to match.
+
+5. Create a sparkline cache directory inside your Drupal files directory (eg sites/default/files)
+
+6. Go to Administer > Site configuration > Input formats (eg /admin/settings/filters)
+   and select the input filter/s you want to allow sparkline graphs.
+   (eg admin/settings/filters/1 and check "Sparkline filter" and save configuration.)
+
+7. Verify sparkline graphs work by going to /node/add and create a node. Choose the input
+   filter that allows sparkline graphs and paste: [sparkline style=line 1,2,3,4,5,6,6,5,4,3,3,3]
+
 BUGS / TO DO
 ------------
-To find, search, and contribute to bugs and new features for htis module, see
+To find, search, and contribute to bugs and new features for this module, see
 the project's issue queue on drupal.org:
 
 http://drupal.org/project/issues/sparkline

