From aeab842ed0848f0aa209135b7da7405ebb0e7f75 Mon Sep 17 00:00:00 2001 From: Kevyn Luo Date: Tue, 13 Apr 2021 16:34:08 +0800 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新文档。joinSignal() 方法已去除 --- hasor-tconsole/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hasor-tconsole/README.md b/hasor-tconsole/README.md index a84682fc8c..dc1fe102ff 100644 --- a/hasor-tconsole/README.md +++ b/hasor-tconsole/README.md @@ -32,7 +32,7 @@ public static void main(String[] args) { TelnetBuilder telnetBuild = apiBinder.asTelnet("127.0.0.1", 2180); telnetBuild.addExecutor("hello").to(HelloWordExecutor.class); } - appContext.joinSignal(); + appContext.join(); } ```