Skip to content

Commit 39a17e1

Browse files
xiaoweiizxkane
xiaoweii
authored andcommitted
fix: typo in readme
1 parent 29101ad commit 39a17e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@ ClickstreamAnalytics.recordEvent(event);
208208

209209
By default, SDK will automatically track the preset `_screen_view` event when Activity triggers `onResume`.
210210

211-
You can also manually record screen view event whether or not automatic screen view tracking is enabled, add the following code to record a Screen View event with two attributes.
211+
You can also manually record screen view events whether or not automatic screen view tracking is enabled, add the following code to record a screen view event with two attributes.
212212

213213
* `SCREEN_NAME` Required. Your screen's name.
214-
* `SCREEN_UNIQUE_ID` Optional. set the hashcode of your Activity, Fragment or View. And if you do not set, SDK will sets a default value based on the current Activity's hashcode.
214+
* `SCREEN_UNIQUE_ID` Optional. Set the hashcode of your Activity, Fragment, or View. If you do not set, SDK will set a default value based on the current Activity's hashcode.
215215

216216
```java
217217
import software.aws.solution.clickstream.ClickstreamAnalytcs;

0 commit comments

Comments
 (0)