Skip to content

Commit 502775b

Browse files
zhu-xiaoweixiaoweii
andauthored
docs: fix readme sample code format (#9)
Co-authored-by: xiaoweii <xiaoweii@amazom.com>
1 parent b6fc324 commit 502775b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ user's attribute when it changes.
128128
[Attr.TRAFFIC_SOURCE_CONTENT]: 'banner_ad_1',
129129
[Attr.TRAFFIC_SOURCE_CLID]: 'amazon_ad_123',
130130
[Attr.TRAFFIC_SOURCE_CLID_PLATFORM]: 'amazon_ads',
131-
[Attr.APP_INSTALL_CHANNEL]: 'amazon_store',
131+
[Attr.APP_INSTALL_CHANNEL]: 'amazon_store',
132132
},
133133
});
134134
```
@@ -173,7 +173,7 @@ ClickstreamAnalytics.record({
173173
name: 'view_item',
174174
attributes: {
175175
[Attr.VALUE]: 99,
176-
[Attr.CURRENCY]: 'USD',
176+
[Attr.CURRENCY]: 'USD',
177177
event_category: 'recommended',
178178
},
179179
items: [itemBook],

0 commit comments

Comments
 (0)