Skip to content

Commit 66c20a8

Browse files
committed
fix: update typo in readme
1 parent f765995 commit 66c20a8

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
@@ -123,7 +123,7 @@ two main steps in the process:
123123

124124
1. Check if permissions are required:
125125
- If the data collection is started using the paired smartphone, the check is automatic. You have to do nothing!
126-
- If the data collection is started using the smartphone, you need to do the check using the [`PermissionsManager.launchPermissionsRequestIfNeeded()`](#permissionsmanager) method.
126+
- If the data collection is started using the smartwatch, you need to do the check using the [`PermissionsManager.launchPermissionsRequestIfNeeded()`](#permissionsmanager) method.
127127
2. Request the required permissions: the library handles mostly of the process by you, but you still have to do execute some steps:
128128
- Create an Activity: it will be used by the library to request the permissions. This will allow you to define a UI where some information can be given prior to the permissions request.
129129
- In your activity:

0 commit comments

Comments
 (0)