whoami1337 1 anno fa
parent
commit
c3109932c0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)
 ```