From e5c37d248872f0fff3aa3a76b8a3f4f8cecebc03 Mon Sep 17 00:00:00 2001 From: Observer <45023046+Observer5@users.noreply.github.com> Date: Tue, 10 May 2022 10:04:17 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a8ec44..19dbb4d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ class PddController extends Controller #### 使用外观 ```php -EasyPdd::oauth; +EasyPdd::offsetGet('oauth'); ```