README.mkdn in highrise-1.2.0 vs README.mkdn in highrise-2.0.0

- old
+ new

@@ -1,6 +1,6 @@ -# Highrise (1.2.0) +# Highrise (2.0.0) ## What is it? This gem provides a set of classes to access information on [Highrise][h] via the published [API][api]: @@ -26,10 +26,10 @@ Highrise::Base.site = 'http://your_site.highrisehq.com' Highrise::Base.user = 'api-auth-token' and, if you want [caching][c]: - Highrise::Base.cache_store= <your normal ActiveSupport::Caching options> + Highrise::Base.connection.cache_store= <your normal ActiveSupport::Caching options> If you are using this in a Rails application, putting this code in a config/initializers/highrise.rb file is recommended. See config_initializers_highrise.rb in the examples/ directory. ## Usage