README.md in zenvia-rb-0.0.8 vs README.md in zenvia-rb-0.0.9

- old
+ new

@@ -3,11 +3,11 @@ ## Installation Add this line to your application's Gemfile: ```ruby -gem 'zenvia-rb', '~> 0.0.8' +gem 'zenvia-rb', '~> 0.0.9' ``` And then execute: $ bundle @@ -31,10 +31,11 @@ config.from = user_or_enterprise_name # optional } # from = personal or enterprise name. config.from is used as default. # if you do not want to identify the sender, use from = '' -# number = area code + number / there's no need to put 55 before them. +# number = area code + number / there's no need to put 55 before them +# AND format the number (i.e. remove parentheses, dashes...) # message = body of the message Zenvia.send_message(from = config.from, number, message) # alternatively, you can set number parameter equal to an array of numbers