diff --git a/README.md b/README.md index 6ccdcbc..069d883 100755 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ public class MainActivity extends AppCompatActivity { } ``` ## Important -If facing porblem in release build, add the following configuration in the app's proguard-rules.pro file. +If facing problem in release build, add the following configuration in the app's proguard-rules.pro file. ```java -keep public class com.example.ymwebview.** { *;