Skip to content

Commit

Permalink
docs: fix readme sample code format (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: xiaoweii <[email protected]>
  • Loading branch information
zhu-xiaowei and xiaoweii authored Apr 15, 2024
1 parent b6fc324 commit 502775b
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 @@ -128,7 +128,7 @@ user's attribute when it changes.
[Attr.TRAFFIC_SOURCE_CONTENT]: 'banner_ad_1',
[Attr.TRAFFIC_SOURCE_CLID]: 'amazon_ad_123',
[Attr.TRAFFIC_SOURCE_CLID_PLATFORM]: 'amazon_ads',
[Attr.APP_INSTALL_CHANNEL]: 'amazon_store',
[Attr.APP_INSTALL_CHANNEL]: 'amazon_store',
},
});
```
Expand Down Expand Up @@ -173,7 +173,7 @@ ClickstreamAnalytics.record({
name: 'view_item',
attributes: {
[Attr.VALUE]: 99,
[Attr.CURRENCY]: 'USD',
[Attr.CURRENCY]: 'USD',
event_category: 'recommended',
},
items: [itemBook],
Expand Down

0 comments on commit 502775b

Please sign in to comment.