README.md in exvo_helpers-0.2.2 vs README.md in exvo_helpers-0.3.0
- old
+ new
@@ -143,16 +143,18 @@
```html
<img alt="Exvo" src="http://themes.exvo.local/stylesheets/images/icons/exvo.png" />
```
-### google_analytics(domain, account)
+### google_analytics(account, opts = {})
New, asynchronous Google Analytics javascript snippet to track page views. Note, that it will output the javascript analytics snippet only in production environment.
```ruby
-= google_analytics('exvo.com', 'UA-2491324-1')
+= google_analytics('UA-2491324-1', :domain => 'none', :track_hash_changes => true)
```
+
+=>
```html
<script type="text/javascript">
var _gaq = _gaq || [];
...