README.md in recurly-2.3.1 vs README.md in recurly-2.3.2

- old
+ new

@@ -10,11 +10,11 @@ Recurly is packaged as a Ruby gem. We recommend you install it with [Bundler](http://gembundler.com/) by adding the following line to your Gemfile: ``` ruby -gem 'recurly', '~> 2.3.1' +gem 'recurly', '~> 2.3.2' ``` Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice speed boost) if it's available and loaded in your app's environment. @@ -31,10 +31,9 @@ If you're not using Rails, use the following template: ``` ruby Recurly.subdomain = ENV['RECURLY_SUBDOMAIN'] Recurly.api_key = ENV['RECURLY_API_KEY'] -Recurly.js.private_key = ENV['RECURLY_JS_PRIVATE_KEY'] ``` Configure the client library with [your API credentials](https://app.recurly.com/go/developer/api_access).