twilio / twilio-ruby

A Ruby gem for communicating with the Twilio API and generating TwiML
MIT License
1.35k stars 462 forks source link

docs: update mms example to use media_url #565

Closed cnorm35 closed 3 years ago

cnorm35 commented 3 years ago

Fixes

In examples/example.rb example for 'send an mms' uses media_urls which returns ArgumentError: unknown keyword: :media_urls. This change updates to use media_url which the documentation lists as the current syntax.

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.