README.md in exvo_helpers-0.6.3 vs README.md in exvo_helpers-0.6.4

- old
+ new

@@ -8,12 +8,11 @@ ## Helpers Results are from the 'development' Rails environment: ```ruby -Exvo::Helpers.auth_debug => false - +Exvo::Helpers.auth_debug => false Exvo::Helpers.auth_client_id => nil Exvo::Helpers.auth_client_secret => nil Exvo::Helpers.sso_cookie_domain => 'exvo.local' Exvo::Helpers.sso_cookie_secret => 'some secret cookie signing key' @@ -151,10 +150,10 @@ ``` ### google_analytics(account, opts = {}) -Asynchronous Google Analytics javascript snippet to track page views. Note, that it will output the javascript analytics snippet only in production environment. +Asynchronous Google Analytics javascript snippet to track page views. ```ruby = google_analytics('UA-XXXXXXX-X', :domain => 'none', :track_hash_changes => true) ```