From 8b35b3972b342bf8195cf10edc86ad5aca65d4be Mon Sep 17 00:00:00 2001 From: LiZhuoyuan Date: Tue, 2 Jul 2019 15:05:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2d727b..b51f6d1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ ScreenUtil.instance = ScreenUtil.getInstance()..init(context); //If the design is based on the size of the iPhone6 ​​(iPhone6 ​​750*1334) ScreenUtil.instance = ScreenUtil(width: 750, height: 1334)..init(context); -//If you wang to set the font size is scaled according to the system's "font size" assist option +//If you want to set the font size is scaled according to the system's "font size" assist option ScreenUtil.instance = ScreenUtil(width: 750, height: 1334, allowFontScaling: true)..init(context); ```