diff --git a/README.md b/README.md index f205a89..1408b25 100755 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ The plugin will encrypt all string tags with `hidden="true"` as attribute. Or encrypt strings programmatically by doing: ```java -String encrypted = SC.encryptString(some_string_var); +String encrypted = SC.encryptString(string_var); ``` #### Decrypt @@ -115,7 +115,7 @@ apply plugin: StringCare stringcare { - debug true // prints detail build variant info + debug true // prints details modules { @@ -163,7 +163,7 @@ Gradle Console Output Example :sample:createDebugCompatibleScreenManifests UP-TO-DATE ... ``` - + Plugin won't work if there is no config defined for the selected variant: ```bash ...