README.md in recurly-2.8.0.rc3 vs README.md in recurly-2.8.0
- old
+ new
@@ -3,17 +3,19 @@
<https://github.com/recurly/recurly-client-ruby>
[Recurly](https://recurly.com/)'s Ruby client library is an interface to its
[REST API](https://dev.recurly.com/docs/getting-started).
+You can also look at [rubydocs](http://www.rubydoc.info/github/recurly/recurly-client-ruby/master)
+to see documentation on the classes and methods available.
## Installation
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.7.5'
+gem 'recurly', '~> 2.8.0'
```
Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
speed boost) if it's available and loaded in your app's environment.