README.md in twilio-ruby-5.21.1 vs README.md in twilio-ruby-5.21.2

- old
+ new

@@ -25,17 +25,17 @@ ## Installation To install using [Bundler][bundler] grab the latest stable version: ```ruby -gem 'twilio-ruby', '~> 5.21.1' +gem 'twilio-ruby', '~> 5.21.2' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 5.21.1 +gem install twilio-ruby -v 5.21.2 ``` To build and install the development branch yourself from the latest source: ```bash @@ -51,11 +51,14 @@ [Here][documentation] ## Docker Image The `Dockerfile` present in this repository and its respective `twilio/twilio-ruby` Docker image are currently used by Twilio for testing purposes only. -## Feedback -During the Release Candidate period of this library, please leave all feedback and issues in the [Github Issues][issues] for `twilio-ruby`. +## Getting help + +If you need help installing or using the library, please check the [Twilio Support Help Center](https://support.twilio.com) first, and [file a support ticket](https://twilio.com/help/contact) if you don't find an answer to your question. + +If you've instead found a bug in the library or would like new features added, go ahead and open issues or pull requests against this repo! ## Getting Started ### Setup Work