Evan Miller 15 лет назад
Родитель
Сommit
25480ecea4
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      README.markdown

+ 5 - 2
README.markdown

@@ -9,7 +9,11 @@ Project homepage: <http://code.google.com/p/erlydtl/>
 Compilation
 -----------
 
-To compile ErlyDTL, type "make" in this directory.
+To compile ErlyDTL, run 
+
+    make
+    
+in this directory.
 
 
 Template compilation
@@ -19,7 +23,6 @@ Four ways:
 
     erlydtl:compile("/path/to/template.dtl", my_module_name)
 
-
     erlydtl:compile("/path/to/template.dtl", my_module_name, Options)
 
     erlydtl:compile(<<"<html>{{ foo }}</html>">>, my_module_name)