Skip to content

Commit

Permalink
Updated a typo in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Barr committed Feb 9, 2011
1 parent 9d9f934 commit 3f49c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See http://www.smsxchange.com/
== Example

require 'sms_xchange'
client = SmsExchange.new(:username => 'username', :password => 'password')
client = SmsXchange.new(:username => 'username', :password => 'password')
client.send("6599998888", "Hi, this is a test message")


Expand Down

0 comments on commit 3f49c2b

Please sign in to comment.