<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,12 +8,17 @@ This is a Ruby implementation of [John Gruber's Title Case][gruber] by Paul Mucu
 Usage
 -----
 
-Inside a Ruby script or an `irb` session:
+Simply `include` the `TitleCase` module into your string class. For example, inside a Ruby script or an `irb` session:
 
     require 'title_case'
+    
+    class String
+      include TitleCase
+    end
+    
     &quot;Hello there&quot;.title_case
     
-From the command-line:
+Alternatively, it can be used from the command-line:
 
     ruby title_case.rb &quot;Hello there&quot;
     echo &quot;An amazing headline&quot; | ruby title_case.rb</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7aadea889affca0818a8c0a450366da73427cbf6</id>
    </parent>
  </parents>
  <author>
    <name>Paul Mucur</name>
    <email>mudge@mudge.name</email>
  </author>
  <url>http://github.com/mudge/title_case/commit/19d031809d358509097e5b46139c9e6d59b40f9b</url>
  <id>19d031809d358509097e5b46139c9e6d59b40f9b</id>
  <committed-date>2008-08-13T10:41:28-07:00</committed-date>
  <authored-date>2008-08-13T10:41:28-07:00</authored-date>
  <message>Update the README now that it is a module.</message>
  <tree>0cab7c7036c246bc1ff733dcf92cf81240b5bf38</tree>
  <committer>
    <name>Paul Mucur</name>
    <email>mudge@mudge.name</email>
  </committer>
</commit>
