diff --git a/README.md b/README.md index 6a4ffc8..f247b6b 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ val appName = locale.appName If you are still using Java, the writing method remains the same. ```java -var locale=AppLocale.attach(context); - var appName=locale.getAppName(); +var locale = AppLocale.attach(context); +var appName = locale.getAppName(); ``` ## Compatibility