README.rdoc in inteltech_sms-1.0.0 vs README.rdoc in inteltech_sms-1.1.0

- old
+ new

@@ -50,12 +50,12 @@ puts "send_multiple_sms (sending to mobiles should work, sending to a landline should fail):" puts res2.collect {|r| "sms to #{r.sms} #{r.success? ? 'was successfull' : "failed (#{r.class} with code #{r.response_code})"}."}.join("\n") === Dummy for testing -A Dummy class is also provided for use with tests. The dummy class will return a response based on the response code given. - -You can instantiate an instance of the DummyInteltechSms, passing the initial credit, and optionally the response code +A Dummy class is also provided for use with tests. The dummy class will return a response based on the response code given. +Instantiate an instance of the DummyInteltechSms, passing the initial credit, and optionally the response code. +Sms messages will be logged to stdout unless log_to_stdout is set to false. Example ruby code: require 'rubygems'