Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowsheep1 committed Sep 26, 2024
1 parent aff5ceb commit 9ba5df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const isUatInstalled = isCieIdAvailable(true);
**Returns**:
- `boolean`: Returns `true` if the CieID app is installed, false otherwise.
- `boolean`: Returns `true` if the CieID app is installed, `false` otherwise.
<hr/>
Expand Down Expand Up @@ -108,7 +108,7 @@ Linking.openURL(urlForCieId).catch((err) => {
});
```
Be aware to subscribe to the `url` event in your app to handle the CieID app callback.
Be aware to subscribe to the `url` event in your app to handle the CieID app callback coming from the deep linking.
```ts
import { Linking } from 'react-native';
Expand Down

0 comments on commit 9ba5df5

Please sign in to comment.