From e1a4688ac08fbbe1b037cdf8b2bf4947b0ef32ea Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Wed, 11 Aug 2021 10:56:04 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=88?= =?UTF-8?q?=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 20e92df..eded0ad 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ AuthRequest authRequest = AuthRequestBuilder.builder() #### Builder 方式二 -静态获取并配置 `AuthConfig` +动态获取并配置 `AuthConfig` ```java AuthRequest authRequest = AuthRequestBuilder.builder() -- GitLab