Browse Source

typo readme

whoami1337 1 year ago
parent
commit
8aa52e5a0a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -9,6 +9,8 @@ local client = WebSocketClient.new({
   uri = "http://localhost:3000",
   uri = "http://localhost:3000",
 })
 })
 
 
+-- .... code here
+
 copas.loop()
 copas.loop()
 ```
 ```