whoami1337 1 rok temu
rodzic
commit
c3109932c0
1 zmienionych plików z 1 dodań i 1 usunięć
  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)
 ```