<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@ This program is a simple Ruby client for the [EmailLabs API][eml]. We're releasi
 Features
 --------
 
-We need to be able to add users to lists, and send email to individual users on our lists. We've defined a `method_missing` which handles methods of the formats `subscribe_user_to_[mailing]` and `send_[mailing]`. These methods reference the `MAILING_LISTS` class variable. Since it's so highly specialized, `method_missing` is deceptively unimportant; the protected methods are more universal, and more interesting.
+We need to be able to add users to a list with different demographic information, and send email to individual users on our list. We've defined a `method_missing` which handles methods of the formats `subscribe_user_to_[mailing]` and `send_[mailing]`. These methods reference the `MAILING_LISTS` class variable. Since it's so highly specialized, `method_missing` is deceptively unimportant; the protected methods are more universal, and more interesting.
 
 The main method is `send_request`, which takes a type and an activity (see the API documentation for more information), as well as a block where the request body is defined. Built on top of that are `subscribe_user` and `send_email`, which behave as expected. By looking through these three methods, you should be able to get a good idea of how to interact with the EmailLabs API.
 </diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a0ea35b55b487f55a43d755c7df76fac3ef215cf</id>
    </parent>
  </parents>
  <author>
    <name>David Eisinger</name>
    <email>david.eisinger@viget.com</email>
  </author>
  <url>http://github.com/vigetlabs/email_labs_client/commit/5ac67ccd55a2997feb1422dd9087b1f1b2a054f3</url>
  <id>5ac67ccd55a2997feb1422dd9087b1f1b2a054f3</id>
  <committed-date>2008-10-21T07:17:02-07:00</committed-date>
  <authored-date>2008-10-21T07:17:02-07:00</authored-date>
  <message>Updated README</message>
  <tree>04a5c1e85456432548daf78b0b2af5aa3959b41c</tree>
  <committer>
    <name>David Eisinger</name>
    <email>david.eisinger@viget.com</email>
  </committer>
</commit>
