<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>TODO</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,4 @@
+10/22/08 - Automated asset copying into Rails project [Matthew Bass]
+           Updated documentation [Matthew Bass]
+
 8/21/08 - Initial version [Matthew Bass]
\ No newline at end of file</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,7 @@
 = textile_toolbar
 
-Adds a handy toolbar to any Textile-enabled text area.
+Adds a handy Textile toolbar to any text area.
+
 
 == Installation
 
@@ -21,6 +22,37 @@ Then copy the required image and JS files into your Rails project
 
   rake textile_toolbar:install_files
 
+
+== Usage
+
+Use the textile_area helper where you would normally use the text_area
+helper. Yep, it's that simple!
+
+  &lt;%= text_area :article, :body %&gt;      # plain old text area
+  &lt;%= textile_area :article, :body %&gt;   # text area with Textile toolbar
+
+Form blocks are not yet supported, so you can't do this:
+
+  &lt;% form_for :article do |f| -%&gt;
+    &lt;%= f.textile_area :body %&gt;
+  &lt;% end -%&gt;
+
+Instead, you'll need to do this:
+
+  &lt;% form_for :article do |f| -%&gt;
+    &lt;%= textile_area :article, :body %&gt;
+  &lt;% end -%&gt;
+
+The toolbar currently offers the following functions:
+
+  - Bold: select some text and click this button to make it bold.
+  - Italic: select some text and click this button to make it italic.
+  - Insert Hyperlink: select some text, click, enter a URL, and link is inserted.
+  - Insert Image: click, enter image URL, and image is inserted at cursor.
+
+A handy link to a Textile reference page is also shown beside the toolbar.
+
+
 == Resources
 
 Repository: http://github.com/pelargir/textile_toolbar/</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>77b491675e23e29c2c59d414815da5af60f1eb4f</id>
    </parent>
  </parents>
  <author>
    <name>Matthew Bass</name>
    <email>matt@anacreon.local</email>
  </author>
  <url>http://github.com/pelargir/textile_toolbar/commit/8a8ff5e352c076aeff0d50b86cd5a473d7d4fa44</url>
  <id>8a8ff5e352c076aeff0d50b86cd5a473d7d4fa44</id>
  <committed-date>2008-10-22T09:02:09-07:00</committed-date>
  <authored-date>2008-10-22T09:02:09-07:00</authored-date>
  <message>added documentation</message>
  <tree>d20742892c13dc166e29b63d30c4ca03854bf536</tree>
  <committer>
    <name>Matthew Bass</name>
    <email>matt@anacreon.local</email>
  </committer>
</commit>
