<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,6 +12,9 @@ You will need your API_ID as well as your account username and password.
   api = Clickatell::API.authenticate('your_api_id', 'your_username', 'your_password')
   api.send_message('447771234567', 'Hello from clickatell')
 
+To send a message to multiple recipients, simply pass in an array of numbers.
+
+  api.send_message(['447771234567', '447771234568'], 'Hello from clickatell')
   
 h2. Command-line SMS Utility
 
@@ -30,4 +33,8 @@ You can then use the sms utility to send a message to a single recipient:
   
 Alternatively, you can specify the username and password as a command line option. Run +sms+ without any arguments for a full list of options.
 
+The sms utility also supports multiple, comma-separated recipients (up to 100).
+
+  sms 447771111111,447772222222 &quot;Hello everyone&quot;
+
 See http://clickatell.rubyforge.org for further instructions.  </diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ $gemspec = Gem::Specification.new do |s|
   s.author              = &quot;Luke Redpath&quot;
   s.email               = &quot;luke@lukeredpath.co.uk&quot;
   s.homepage            = &quot;http://clickatell.rubyforge.org&quot;
-  s.date                = %q{2009-06-25}
+  s.date                = %q{2009-10-07}
   s.default_executable  = %q{sms}
   s.executables         = [&quot;sms&quot;]
   s.extra_rdoc_files    = [&quot;RDOC_README.txt&quot;, &quot;History.txt&quot;, &quot;License.txt&quot;]</diff>
      <filename>clickatell.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>124814316b12bfb290f31ea04e63821cbddc71e1</id>
    </parent>
  </parents>
  <author>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </author>
  <url>http://github.com/lukeredpath/clickatell/commit/23cb927594a5bc7b4ba8cc98dbc5dbf54d980817</url>
  <id>23cb927594a5bc7b4ba8cc98dbc5dbf54d980817</id>
  <committed-date>2009-10-07T02:35:47-07:00</committed-date>
  <authored-date>2009-10-07T02:35:47-07:00</authored-date>
  <message>Updated readme and gemspec</message>
  <tree>581f18426c6018b597373def791feb2f82ebf0a2</tree>
  <committer>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </committer>
</commit>
