README.rdoc in cdyne-sms-notify-1.0.2 vs README.rdoc in cdyne-sms-notify-1.0.3

- old
+ new

@@ -1,9 +1,12 @@ = CDYNE SMS Notify This gem provides a Ruby interface to the CDYNE SMSNotify! HTTP API using GET and POST methods. +== License +MIT/X11 + == Requirements Before you can use this gem you will need to have the following gems installed. * xml-simple >= 1.0.12 @@ -33,10 +36,10 @@ === Checking Message Status api.message_status(message.text_id) === Getting Message Responses - api.message_response(advanced_message.text_id) + api.message_responses(advanced_message.text_id) == Gotchas The API contains a few gotcha's that end users should be aware of, they are explained below.