Browse Source

typo in readme

Brian 7 years ago
parent
commit
659c818c97
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 = {
 local playerData = {
   playerId = 1,
   playerId = 1,
   x = 63,
   x = 63,
-  y = 41
+  y = 41,
   direction = 270
   direction = 270
 }
 }