Skip to content

Commit 331c85c

Browse files
author
Doug Crescenzi
committed
updated README w/ params for Message and MMS class methods
1 parent 821dbfd commit 331c85c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

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

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

104104
### Transcribe audio

0 commit comments

Comments
 (0)