Skip to content

Commit c028476

Browse files
authored
Merge pull request #62 from denissb/keystore
Fixed typo in README.md
2 parents f3be931 + 36d274c commit c028476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ We unified our library's methods to bring more efficiency and simplify the usabi
102102
SInfo.setItem('key1', 'value1', {
103103
sharedPreferencesName: 'mySharedPrefs',
104104
keychainService: 'myKeychain',
105-
encript: true});
105+
encrypt: true});
106106
```
107107

108108
But if you prefer to not use it, our default sharedPreferencesName is: **shared_preferences** and keychainService is: **app**

0 commit comments

Comments
 (0)