Skip to content

Commit 375b3b0

Browse files
committed
update info
1 parent 0b9a86c commit 375b3b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Calling the authenticate function will automatically ask iOS users for the permi
2929
Only 2 methods are exposed
3030

3131
- `canAuthenticate()`
32-
- `requestBioAuth(title: string, subtitle: string)`
32+
- `requestBioAuth(promptTitle: string, promptMessage: string)`
3333

3434
```javascript
3535
import RNBiometrics from "react-native-simple-biometrics";

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://gitlab.com/smallcase/mobile/react-native-simple-biometrics.git",
20-
"baseUrl": "https://gitlab.com/smallcase/mobile/react-native-simple-biometrics"
19+
"url": "git@github.com:smallcasetech/react-native-simple-biometrics.git",
20+
"baseUrl": "https://github.com/smallcasetech/react-native-simple-biometrics"
2121
},
2222
"keywords": [
2323
"react-native"

0 commit comments

Comments
 (0)