From 5471bc6f43ac29642f0a8c14abd1e03dac9e415f Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 13 Oct 2023 17:45:51 +0800 Subject: [PATCH] docs: fix style --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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