aboutsummaryrefslogtreecommitdiffstats
path: root/examples/chunked_hello_world
diff options
context:
space:
mode:
Diffstat (limited to 'examples/chunked_hello_world')
-rw-r--r--examples/chunked_hello_world/src/chunked_hello_world.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/chunked_hello_world/src/chunked_hello_world.app.src b/examples/chunked_hello_world/src/chunked_hello_world.app.src
index 1a6c03b..3bd7556 100644
--- a/examples/chunked_hello_world/src/chunked_hello_world.app.src
+++ b/examples/chunked_hello_world/src/chunked_hello_world.app.src
@@ -4,7 +4,7 @@
{description, "Cowboy Chunked Hello World example."},
{vsn, "1"},
{modules, []},
- {registered, []},
+ {registered, [chunked_hello_world_sup]},
{applications, [
kernel,
stdlib,