README.md in sms77-0.0.2 vs README.md in sms77-0.1.0
- old
+ new
@@ -9,9 +9,9 @@
### Usage
```ruby
require 'sms77'
-client = Sms77::Client.new(ENV['SMS77_API_KEY'], Faraday.new(Sms77::Client::BASE_URI))
+client = Sms77::Client.new(ENV['SMS77_API_KEY'])
-puts "Balance: #{client.balance.body}"
+puts "Balance: #{client.balance}"
```
\ No newline at end of file