From a63638cdbf7e34b672f7026d5498697a0d0c56da Mon Sep 17 00:00:00 2001 From: xiaoweii Date: Tue, 20 Feb 2024 14:52:18 +0800 Subject: [PATCH] fix: typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 685f68e..11d401c 100644 --- a/README.md +++ b/README.md @@ -208,10 +208,10 @@ ClickstreamAnalytics.recordEvent(event); By default, SDK will automatically track the preset `_screen_view` event when Activity triggers `onResume`. -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. +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. * `SCREEN_NAME` Required. Your screen's name. -* `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. +* `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. ```java import software.aws.solution.clickstream.ClickstreamAnalytcs;