Skip to content

Commit b28022a

Browse files
authored
Update README.md
1 parent 0e0ab8b commit b28022a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ EventOptions eventOptions = EventOptionsBuilder.builder(EventTypes.LOG_IN)
112112
.timestamp(new Date())
113113
.build();
114114

115-
secureNative.track(eventOptions);
115+
securenative.track(eventOptions);
116116
```
117117

118118
You can also create request context from HttpServletRequest:

0 commit comments

Comments
 (0)