From ec0ba0a0db716aec452b766ef210cba481ed73bc Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 26 Nov 2015 15:59:48 +0900 Subject: [PATCH] [Modify] Polish it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4494dd01..89b8b55b 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ And if you override the `WebSocketBehavior.OnOpen ()`, `WebSocketBehavior.OnErro The `WebSocketBehavior.Send` method sends data to the client on a session in the service. -If you would like to access the sessions in the service, you should use the `WebSocketBehavior.Sessions` property (returns a `WebSocketSharp.Server.WebSocketSessionManager`). +If you would like to get the sessions in the service, you should access the `WebSocketBehavior.Sessions` property (returns a `WebSocketSharp.Server.WebSocketSessionManager`). The `WebSocketBehavior.Sessions.Broadcast` method sends data to every client in the service.