README.rdoc in twilio-2.5.0 vs README.rdoc in twilio-2.6.0

- old
+ new

@@ -26,13 +26,13 @@ Twilio::Verb.dial '415-123-4567' and you can nest multiple verbs inside a block: - verb = Twilio::Verb.new { - say "The time is #{Time.now}" - hangup + verb = Twilio::Verb.new { |v| + v.say "The time is #{Time.now}" + v.hangup } verb.response == Installation @@ -44,6 +44,7 @@ Copyright (c) 2009 Phil Misiowiec, Webficient LLC. See LICENSE for details. == Contributors +Alex K Wolfe Jonathan Rudenberg