Skip to content

Commit

Permalink
Merge pull request aksonov#8 from 7kfpun/master
Browse files Browse the repository at this point in the history
Correct readme example
  • Loading branch information
cbrevik committed Jan 28, 2016
2 parents 4355f56 + 9ebc231 commit 5d9984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ GoogleAnalytics.trackEvent('testcategory', 'testaction', {label: 'v1.0.3', value
See the [Google Analytics docs](https://developers.google.com/analytics/devguides/collection/ios/v3/enhanced-ecommerce#measuring-transactions) for more info.

```javascript
GoogleAnalytics.trackPurchase({
GoogleAnalytics.trackPurchaseEvent({
id: 'P12345',
name: 'Android Warhol T-Shirt',
category: 'Apparel/T-Shirts',
Expand Down

0 comments on commit 5d9984f

Please sign in to comment.