README.md in cellular-1.1.0 vs README.md in cellular-1.2.0
- old
+ new
@@ -35,10 +35,11 @@
```ruby
Cellular.configure do |config|
config.username = 'username'
config.password = 'password'
config.backend = Cellular::Backends::Sendega
+ config.sender = 'Default custom sender'
end
```
### Available Backends
@@ -53,11 +54,10 @@
```ruby
sms = Cellular::SMS.new(
recipient: '47xxxxxxxx',
sender: 'Custom sender',
- country: 'NO',
message: 'This is an SMS message'
)
sms.deliver
```
@@ -68,5 +68,11 @@
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create pull request
+
+
+## Credits
+
+Hyper made this. We're a digital communications agency with a passion for good code,
+and if you're using this library we probably want to hire you.