Skip to content

Commit 725d1e6

Browse files
committed
更新README
1 parent 0a97e12 commit 725d1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ skynet.start(function()
2828
end)
2929
```
3030

31-
We launch a socket server(`listen 0.0.0.0:8000`) And All client connections will be received via the socket.start callback.
31+
We launch a socket server(`listen 0.0.0.0:8000`) And All client connections will be received via the `socket.start` callback.
3232

3333
Create a `Websocket.server` object for each connection in the callback function and manage all events using the `Websocket.server` object.
3434

@@ -74,7 +74,7 @@ end
7474
return ws
7575
```
7676

77-
To simplify the use of Websocket.server, we have defined four callback methods(must) for everyday use.
77+
To simplify the use of `Websocket.server`, we have defined four callback methods(must) for everyday use.
7878

7979
* `on_open`, When the connection has been established.
8080

0 commit comments

Comments
 (0)