瀏覽代碼

fix readme

whoami1337 1 年之前
父節點
當前提交
c3109932c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,5 +26,5 @@ on_received(data) -> callback of recevied messages from ws server
 function WebSocketClient:send(command, data)
 
 command -> string,
-data -> any
+data -> any (auto-converted)
 ```