From fa173ac7e946fd7af426b03d76d42ddfd8c3d580 Mon Sep 17 00:00:00 2001 From: fea Date: Tue, 18 May 2021 10:34:52 +0800 Subject: [PATCH] update README_zh.md. --- README_zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 3f8dd09..cfd36f6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -128,7 +128,7 @@ public class MyWebSocket { > 注入参数的类型:Session、Object ### 配置 -> 所有的配置项都在这个注解的属性中 +> 所有的配置项都在`@ServerEndpoint`这个注解的属性中 | 属性 | 默认值 | 说明 |---|---|--- -- Gitee