Skip to content

Commit

Permalink
Merge pull request #7 from TBAA/patch-1
Browse files Browse the repository at this point in the history
Renaming tracker_methods in Readme
  • Loading branch information
Andrew Nesbitt committed Mar 18, 2014
2 parents ada384e + 60db097 commit 87fd852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.mdown
Expand Up @@ -63,13 +63,13 @@ tracker_methods = {
erb example:

```erb
<%= tracking_code(:account => 'UA-12345-6', :tracking_methods => tracking_methods) %>
<%= tracking_code(:account => 'UA-12345-6', :tracker_methods => tracker_methods) %>
```

haml example:

```haml
= tracking_code(:account => 'UA-12345-6', :tracking_methods => tracking_methods)
= tracking_code(:account => 'UA-12345-6', :tracker_methods => tracker_methods)
```

## Development
Expand All @@ -91,4 +91,4 @@ Tests can be ran with `rake spec`

## Copyright

Copyright (c) 2013 Andrew Nesbitt. See LICENSE for details.
Copyright (c) 2013 Andrew Nesbitt. See LICENSE for details.

0 comments on commit 87fd852

Please sign in to comment.