diff --git a/README.md b/README.md index cf9c3d8..08bd1dd 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ app.run() WebSockets ```python -from socketify import App, AppOptions, OpCode, CompressOptions +from socketify import App, OpCode, CompressOptions def ws_open(ws): print('A WebSocket got connected!')