Skip to content

Commit f73551e

Browse files
committed
update readme
1 parent c14f845 commit f73551e

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
@@ -56,7 +56,7 @@ ConcealPrefRepository concealPrefRepository = new ConcealPrefRepository.Preferen
5656
//.useThisPrefStorage("Android_Prefs")
5757
.sharedPrefsBackedKeyChain(CryptoType.KEY_256) //CryptoType.KEY_256 or CryptoType.KEY_128
5858
.enableCrypto(true,true) //param 1 - enable value encryption , param 2 - enable key encryption
59-
.enableKeyPrefix(true, "walaoweh") 1- if false, prefix will be ignore
59+
.enableKeyPrefix(true, "walaoweh") //1- if false, prefix will be ignore
6060
.createPassword("Android") //default value - BuildConfig.APPLICATION_ID
6161
.setFolderName("testing") //create Folder for data stored: default is - "conceal_path"
6262
.setPrefListener(this) // listen to data changes

0 commit comments

Comments
 (0)