README.md in twilio-ruby-5.2.3 vs README.md in twilio-ruby-5.3.0

- old
+ new

@@ -7,11 +7,11 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.twilio.com/docs/api/twiml/ "TwiML - Twilio Markup Language"). [Click here to read the full documentation.][documentation] ## Recent Update As of release 5.1.0, Beta and Developer Preview products are now exposed via -the main `twilio-java` artifact. Releases of the `alpha` branch have been +the main `twilio-ruby` artifact. Releases of the `alpha` branch have been discontinued. If you were using the `alpha` release line, you should be able to switch back to the normal release line without issue. @@ -25,16 +25,16 @@ ## Installation To install using [Bundler][bundler] grab the latest stable version: ```ruby -gem 'twilio-ruby', '~> 5.2.3' +gem 'twilio-ruby', '~> 5.3.0' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 5.2.3 +gem install twilio-ruby -v 5.3.0 ``` To build and install the development branch yourself from the latest source: ```bash