Skip to content

Commit f52f489

Browse files
Update README.md
1 parent ca3ea8d commit f52f489

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
@@ -240,7 +240,7 @@ def listenKeyboardFunc(self):
240240
241241
# websocket
242242

243-
## websocket server
243+
## websocket server (python file)
244244
```
245245
import asyncio;
246246
# 웹 소켓 모듈을 선언한다.
@@ -260,7 +260,7 @@ asyncio.get_event_loop().run_until_complete(start_server);
260260
asyncio.get_event_loop().run_forever();
261261
```
262262
263-
## websocket client
263+
## websocket client (html file)
264264
```
265265
<!DOCTYPE html>
266266
<html>

0 commit comments

Comments
 (0)