bjorn 9 anni fa
parent
commit
1cc1d79c6d
1 ha cambiato i file con 3 aggiunte e 5 eliminazioni
  1. 3 5
      README.md

+ 3 - 5
README.md

@@ -7,14 +7,12 @@ Example
 ---
 
 ```lua
-require 'parse' [[
-{
+require 'parse' [[{
   me {
-		firstName
+    firstName
     lastName
   }
-}
-]]
+}]]
 ```
 
 Gives you a table that looks like this: