Explorar el Código

Clean up README;

bjorn hace 9 años
padre
commit
1cc1d79c6d
Se han modificado 1 ficheros con 3 adiciones y 5 borrados
  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: