Skip to content

Commit 38fa36d

Browse files
committed
fixed readme markdown
1 parent 9db9d17 commit 38fa36d

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

Readme.mdown

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,17 @@ haml example:
4848
= tracking_code(:account => 'UA-12345-6')
4949
```
5050

51-
# With Tracking Methods
51+
### With Tracking Methods
5252

5353
See [Google Analytics Tracking Methods](https://developers.google.com/analytics/devguides/collection/gajs/methods/) for available options.
5454

55-
```tracker_methods = {
56-
```:setDomainName => "example.com", # String argument
57-
```:setAllowLinker => true, # Boolean argument
58-
``:clearOrganic => "" # No argument
59-
```}
55+
```
56+
tracker_methods = {
57+
:setDomainName => "example.com", # String argument
58+
:setAllowLinker => true, # Boolean argument
59+
:clearOrganic => "" # No argument
60+
}
61+
```
6062

6163
erb example:
6264

0 commit comments

Comments
 (0)