From dc9e81edda0661341f506ab7b82cae7d323c8736 Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Sat, 1 Feb 2014 12:37:54 -0800 Subject: [PATCH] change words --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fba3c1..f732479 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ local parser = etlua.Parser() Parses a string of etlua code, returns the compiled Lua version as a string. -Here's an example of generated code for the example script: +Here's an example of the generated Lua code: ```lua local parser = etlua.Parser()