<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -9,16 +9,47 @@ gem sources -a http://gems.github.com
 
 Then you can install this like any other gem:
 gem install james-ruminant
-(Except don't just yet, as it's not done. Hang on in there)
+
 
 Usage
 -----
 
-Moo.api_key = &quot;your api key&quot;
-order = Moo::Order.new
-moocard = Moo::MiniCard.new(:img =&gt; &quot;http://farm...&quot;)
+All parameters are done in an ActiveRecord attributes style, i.e. they can be passed into new() as a hash, and are all attr-accessors
+
+Making an order:
+order = Moo::Order.new(:api_key =&gt; &quot;your api key&quot;)
+
+Adding a product:
+moocard = Moo::MiniCard.new(:url =&gt; &quot;http://farm...&quot;)
 order.designs &lt;&lt; moocard
-order.to_xml
+
+Adding text
+moocard.text = &quot;This is line 1 \n This is line 2&quot;
+moocard.line(1) #=&gt; This is line 1
+moocard.line(1).bold = true
+moocard.line(1).align = &quot;right&quot;
+moocard.line(1).font = &quot;modern&quot;
+moocard.line(1).colour = &quot;#444444&quot;
+moocard.bold = true # sets bold=true on all lines
+
+Submitting to moo:
+order.to_xml # Gives you the generated xml if you want to manually submit it
+order.submit
+if order.error?
+	order.error_string
+else
+	order.start_url
+end
+
+Current Limitations
+-------------------
+
+Currently I only support MiniCards, but have made it incredibly easy to add the other supported products.
+I haven't yet, as I do not have a personal need, so don't feel I can test it. If you have such a need, do let me know, as we can add it.
+
+Manual Cropping is not currently supported for the same reason.
+
+Please please please do feel to give feedback and/or submit patches. I want this library to be as helpful as possible, but can only do that if I know what you want.
 
 Contributors thus far
 ---------------------</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>README.png</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9eaff6ad9ce01e16dc71efbeca723a418e48a858</id>
    </parent>
  </parents>
  <author>
    <name>James Darling</name>
    <email>abscond@Sam.local</email>
  </author>
  <url>http://github.com/infovore/ruminant/commit/73f6c4a16ee1a869751adaba9c29e801dd91b4b5</url>
  <id>73f6c4a16ee1a869751adaba9c29e801dd91b4b5</id>
  <committed-date>2008-09-15T14:56:04-07:00</committed-date>
  <authored-date>2008-09-15T14:56:04-07:00</authored-date>
  <message>docs</message>
  <tree>00a7d2bc500788b03b3a92b6590ed61f8b8e70a4</tree>
  <committer>
    <name>James Darling</name>
    <email>abscond@Sam.local</email>
  </committer>
</commit>
