Skip to content

Commit 43608be

Browse files
author
Inbal Tako
committed
Update readme
1 parent 81c713b commit 43608be

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
@@ -131,8 +131,8 @@ public void track() {
131131
EventOptions eventOptions = null;
132132
try {
133133
eventOptions = EventOptionsBuilder.builder(EventTypes.LOG_IN)
134-
.userId("11")
135-
.userTraits("track02", "t@somemail.com", "+01234566789")
134+
.userId("1234")
135+
.userTraits("Your Name", "name@gmail.com", "+1234567890")
136136
.context(context)
137137
.properties(Maps.builder()
138138
.put("prop1", "CUSTOM_PARAM_VALUE")

0 commit comments

Comments
 (0)