Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 9ef0a55

Browse files
committed
minor readme example fix
1 parent b7ea157 commit 9ef0a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ GoogleAnalytics.trackEvent('testcategory', 'testaction', {label: 'v1.0.3', value
139139
See the [Google Analytics docs](https://developers.google.com/analytics/devguides/collection/ios/v3/usertimings) for more info.
140140

141141
```javascript
142-
GoogleAnalytics.trackTimingEvent('testcategory', 13000);
142+
GoogleAnalytics.trackTiming('testcategory', 13000);
143143
// or
144-
GoogleAnalytics.trackTimingEvent('testcategory', 13000, {name: 'loadList', label: 'v1.0.3'});
144+
GoogleAnalytics.trackTiming('testcategory', 13000, {name: 'loadList', label: 'v1.0.3'});
145145
```
146146

147147
### trackPurchaseEvent(product, transaction, eventCategory, eventAction)

0 commit comments

Comments
 (0)