diff options
-rw-r--r-- | priv/templates/README.md.dtl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/README.md.dtl b/priv/templates/README.md.dtl index ce2898e..b2435a8 100644 --- a/priv/templates/README.md.dtl +++ b/priv/templates/README.md.dtl @@ -6,4 +6,4 @@ An Erlang {{appid}} library. Build ----- - $ rebar compile + $ rebar3 compile |