diff options
author | Eric Merritt <[email protected]> | 2013-11-22 06:49:18 -0800 |
---|---|---|
committer | Eric Merritt <[email protected]> | 2013-11-22 06:49:18 -0800 |
commit | dbe33118562ea1c223dcb728912f9ed3c770cfec (patch) | |
tree | f592f08894a3a8b25930027f5cc739e8a354196e | |
parent | e27e17ea3b0d9e9a83ca5084145edc99fd526444 (diff) | |
parent | 3ffb8b3a6f66ef94824a63c2dee3751413040f9c (diff) | |
download | relx-dbe33118562ea1c223dcb728912f9ed3c770cfec.tar.gz relx-dbe33118562ea1c223dcb728912f9ed3c770cfec.tar.bz2 relx-dbe33118562ea1c223dcb728912f9ed3c770cfec.zip |
Merge pull request #91 from byaruhaf/patch-1
Updated comments replaced relcool with relx
-rw-r--r-- | examples/relx_simple.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/relx_simple.config b/examples/relx_simple.config index 88e9e8d..70c41b2 100644 --- a/examples/relx_simple.config +++ b/examples/relx_simple.config @@ -1,9 +1,9 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- -%% Example Relcool Simple Config +%% Example Relx Simple Config %% ============================= %% -%% This is an example relcool config whose purpose demonstrate the minimal -%% config needed for relcool. For a more complete example see the relcool.config +%% This is an example relx config whose purpose demonstrate the minimal +%% config needed for relx. For a more complete example see the relx.config %% in the examples directory. %% %% The Release We Are Building |