README.md in constantcontact-2.0.1 vs README.md in constantcontact-2.1.0
- old
+ new
@@ -7,11 +7,11 @@
Installation
====
Via bundler:
```ruby
-gem 'constantcontact', '~> 2.0.1'
+gem 'constantcontact', '~> 2.1.0'
```
Otherwise:
```bash
[sudo|rvm] gem install constantcontact
```
@@ -24,9 +24,15 @@
config[:auth][:api_key] = 'your-access-key'
config[:auth][:api_secret] = 'your-access-secret'
config[:auth][:redirect_uri] = 'https://example.com/auth/constantcontact'
end
```
+
+Documentation
+=====
+SDK Documentation is hosted at http://constantcontact.github.io/ruby-sdk
+
+API Documentation is located at http://developer.constantcontact.com/docs/developer-guides/api-documentation-index.html
Getting Started
====
AppConnect requires an OAuth access token which will give your app access to Constant Contact data and services for the accout that granted that access token.