From afecb8d37dcb631ca77c206050ae0f3ce9d2d52e Mon Sep 17 00:00:00 2001
From: heibaiying <31504331+heibaiying@users.noreply.github.com>
Date: Fri, 1 Feb 2019 10:32:56 +0800
Subject: [PATCH] Update README.md
---
spring-boot/spring-boot-websocket/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spring-boot/spring-boot-websocket/README.md b/spring-boot/spring-boot-websocket/README.md
index c2bec8a..729f7b4 100644
--- a/spring-boot/spring-boot-websocket/README.md
+++ b/spring-boot/spring-boot-websocket/README.md
@@ -6,7 +6,7 @@
1.2 主要依赖
二、spring boot websocket
2.1 创建消息处理类ChatSocket,使用@ServerEndpoint声明websocket服务
- 2.2 配置ServerEndpointExporter,ServerEndpointExporter会在运行时候自动注册我们用@ServerEndpoint声明的websocket服务。
+ 2.2 配置ServerEndpointExporter,ServerEndpointExporter会在运行时候自动注册我们用@ServerEndpoint声明的websocket服务
2.3 前端websocket的实现
2.4 简单登录的实现
## 正文