diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/relx.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/relx.config b/examples/relx.config index f328c32..b19042b 100644 --- a/examples/relx.config +++ b/examples/relx.config @@ -33,12 +33,12 @@ %% automatically. {sys_config, "./config/sys.config"}. -%% relcool will include erts by default. However, if you don't want to include +%% relx will include erts by default. However, if you don't want to include %% erts you can add the `include_erts` tuple to the config and tell relx not %% to include it. {include_erts, false}. -%% The default start script relcool creates is basic. For a more complete start +%% The default start script relx creates is basic. For a more complete start %% script add the extended_start_script option. {extended_start_script, true}. |