Skip to content

Commit f6f9ef8

Browse files
committed
Merge pull request #4 from dougiebuckets/master
updated README w/ params for Message and MMS class methods
2 parents 05c4c5e + 331c85c commit f6f9ef8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ Refer to the documentation for more examples.
9494
Telapi::Call.record('123abc')
9595

9696
### Send an SMS message
97-
98-
Telapi::Message.create('12223334444', '13334445555', 'Hey you')
97+
# Telapi::Message.create('To', 'From', 'Body', 'Status Callback')
98+
Telapi::Message.create('12223334444', '13334445555', 'Check out TelAPI!')
9999

100100
### Send an MMS
101-
102-
Telapi::MMS.create('12223334444', '13334445555', 'Hey you', 'http://some-image-url.png')
101+
# Telapi::MMS.create('To', 'From', 'Body', 'Attachment URL', 'Status Callback')
102+
Telapi::MMS.create('12223334444', '13334445555', 'Check out TelAPI!', 'http://telapi.com/some-image-url.png')
103103

104104
### Transcribe audio
105105

0 commit comments

Comments
 (0)