README.md in recurly-2.17.1 vs README.md in recurly-2.17.2

- old
+ new

@@ -20,22 +20,17 @@ Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice speed boost) if it's available and loaded in your app's environment. ## Configuration -If you're using Rails, you can generate an initializer with the following -command: +Use the following template to configure Recurly: -``` bash -$ rails g recurly:config -``` - -If you're not using Rails, use the following template: - ``` ruby Recurly.subdomain = ENV['RECURLY_SUBDOMAIN'] Recurly.api_key = ENV['RECURLY_API_KEY'] ``` + +> Note: In Rails, these would be added in an initializer `config/initializers/recurly.rb`. Configure the client library with [your API credentials](https://app.recurly.com/go/developer/api_access). * `RECURLY_SUBDOMAIN` should contain subdomain for your recurly account.