README.md in smsapi-client-0.1.0 vs README.md in smsapi-client-0.2.0
- old
+ new
@@ -1,13 +1,13 @@
-# SMSApi::Client
+# Smsapi::Client
## Installation
Add this line to your application's Gemfile:
```ruby
-gem 'smsapi-client'
+gem 'smsapi-client', '~> 0.2'
```
And then execute:
$ bundle
@@ -18,10 +18,10 @@
## Usage
```ruby
# Create the client
-client = SMSApi::Client.new('username', 'password')
+client = Smsapi::Client.new('username', 'password')
# Send a single text message
sms = client.send_single 500500500, 'Text Message'
sms.status # 'OK'
sms.success? # => true