aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tcp_echo/src/tcp_echo.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tcp_echo/src/tcp_echo.app.src')
-rw-r--r--examples/tcp_echo/src/tcp_echo.app.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tcp_echo/src/tcp_echo.app.src b/examples/tcp_echo/src/tcp_echo.app.src
index 103fd56..af50890 100644
--- a/examples/tcp_echo/src/tcp_echo.app.src
+++ b/examples/tcp_echo/src/tcp_echo.app.src
@@ -1,10 +1,10 @@
%% Feel free to use, reuse and abuse the code in this file.
{application, tcp_echo, [
- {description, "Ranch TCP Echo example."},
+ {description, "Ranch TCP echo example."},
{vsn, "1"},
{modules, []},
- {registered, []},
+ {registered, [tcp_echo_sup]},
{applications, [
kernel,
stdlib,