summaryrefslogtreecommitdiff
path: root/priv/templates/mod.erl.dtl
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/mod.erl.dtl')
-rw-r--r--priv/templates/mod.erl.dtl6
1 files changed, 3 insertions, 3 deletions
diff --git a/priv/templates/mod.erl.dtl b/priv/templates/mod.erl.dtl
index 1be8186..2f5e09e 100644
--- a/priv/templates/mod.erl.dtl
+++ b/priv/templates/mod.erl.dtl
@@ -1,10 +1,10 @@
--module({{appid}}).
+-module({{name}}).
-%% Application callbacks
+%% API exports
-export([]).
%%====================================================================
-%% API
+%% API functions
%%====================================================================