Skip to content

Commit

Permalink
Fix module reference on Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mendezcode committed Dec 24, 2012
1 parent 6d1fcaf commit 81e5994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ Helpers provide additional templating functionality and can be used in
conjunction with the `custom_tags_module` option above. They can be created
from a directory of templates thusly:

erlydtl:compile_dir("/path/to/dir", my_helper_module_name)
erlydtl_compiler:compile_dir("/path/to/dir", my_helper_module_name)

erlydtl:compile_dir("/path/to/dir", my_helper_module_name, Options)
erlydtl_compiler:compile_dir("/path/to/dir", my_helper_module_name, Options)

The resulting module will export a function for each template appearing
in the specified directory. Options is the same as for compile/3.
Expand Down

0 comments on commit 81e5994

Please sign in to comment.