From 8f2eed880ef18efa5023e8e9f7e3edf72ca3f78f Mon Sep 17 00:00:00 2001 From: xiaoyi Date: Sat, 17 Jul 2021 10:37:46 +0800 Subject: [PATCH] feat: update readme --- Documentation/README.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/README.md b/Documentation/README.md index 80a7e76..60bcd28 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -21,7 +21,7 @@ using TapTap.Bootstrap; ##### 开启 TapDB ```c# -var config = new TapConfig.TapConfigBuilder() +var config = new TapConfig.Builder() .ClientID("client_id") .ClientSecret("client_secret") .ServerURL("https://ikggdre2.lc-cn-n1-shared.com") @@ -31,7 +31,7 @@ var config = new TapConfig.TapConfigBuilder() ``` ##### 关闭 TapDB ```c# -var config = new TapConfig.TapConfigBuilder() +var config = new TapConfig.Builder() .ClientID("client_id") .ClientSecret("client_secret") .ServerURL("https://ikggdre2.lc-cn-n1-shared.com") diff --git a/README.md b/README.md index f73a2d9..9bd9928 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ using TapTap.Bootstrap; ##### 开启 TapDB ```c# -var config = new TapConfig.TapConfigBuilder() +var config = new TapConfig.Builder() .ClientID("client_id") .ClientSecret("client_secret") .ServerURL("https://ikggdre2.lc-cn-n1-shared.com") @@ -31,7 +31,7 @@ var config = new TapConfig.TapConfigBuilder() ``` ##### 关闭 TapDB ```c# -var config = new TapConfig.TapConfigBuilder() +var config = new TapConfig.Builder() .ClientID("client_id") .ClientSecret("client_secret") .ServerURL("https://ikggdre2.lc-cn-n1-shared.com")