whoami1337 hace 1 año
padre
commit
c3109932c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 ```