typo in readme

This commit is contained in:
leaf corcoran
2014-02-19 00:20:57 -08:00
parent 8d8f509bb2
commit e1eaae69e4

View File

@@ -163,7 +163,7 @@ import Compiler from require "etlua"
class DebugCompiler extends Compiler
header: =>
@push 'print("Running template")\n'
super
super!
-- try it out
import Parser from require "etlua"