public
Rubygem
Description: Ruby wrapper for sending SMS messages via the mxtelecom gateway's HTTP API.
Clone URL: git://github.com/coderifous/mxtelecom_api.git
typo fix
pcg79 (author)
Wed Jun 18 11:51:24 -0700 2008
commit  fef9b4b8884eb15ef7e3d5cbc7d92267d5389fdf
tree    21e08c3edf3de78fb80f281a7785b3dcf8838a70
parent  634ad44a70fee9adb7d835127af6ae0f771680ed
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ Simple API wrapper for sending SMS' via the mxtelecom gateway.
0
     
0
     # then you can configure it with your mxtelecom info
0
     # note, this is optional, you can always just provide this in an options
0
- # hash o the deliver_sms method.
0
+ # hash to the deliver_sms method.
0
     # user name, password, and short code for smsfrom param
0
     mxtelecom_api 'bobbymcgee', 'password1', '12345'
0
     

Comments

    No one has commented yet.