Browse Source

Merge pull request #1 from subsoap/patch-1

typo in readme
Bjorn Swenson 7 years ago
parent
commit
720cc5ad18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -48,7 +48,7 @@ Then, pack a message into a trickle stream using the signature:
 local playerData = {
   playerId = 1,
   x = 63,
-  y = 41
+  y = 41,
   direction = 270
 }