Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Oct 16, 2015
1 parent ba2d8e0 commit 89e7290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ analytics.initialize('UA-12345-1');
analytics.create('UA-12345-2', 'anotherTracker');
...
analytics.pageview('/home');
analytics.name('anotherTracker').pageView('/home');
analytics.name('anotherTracker').pageview('/home');

```

Expand Down Expand Up @@ -172,4 +172,4 @@ analytics.screenview('/about');
|Name|Description|
|-----|-----|
|key| `string` Custom dimension/metric key.
|value| `string` Custom dimension/metric value.
|value| `string` Custom dimension/metric value.

0 comments on commit 89e7290

Please sign in to comment.