From 0770e2893f88cd50020a621e4d3b813ff8e6c58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 7 Dec 2013 14:08:25 +0100 Subject: Fix small issues and style of the examples --- examples/tcp_echo/src/tcp_echo.app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/tcp_echo/src/tcp_echo.app.src') 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, -- cgit v1.2.3