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 简单登录的实现
## 正文