diff --git a/examples/command.ts b/examples/command.ts index d974ddf9..84347cec 100644 --- a/examples/command.ts +++ b/examples/command.ts @@ -13,8 +13,7 @@ await new Command() default: "localhost", }) .arguments("[domain]") - .action(({ port, host }, domain = "deno.land") => { - console.log(`Listening on http://${host}:${port}`); + .action(({ port, host }, domain = "deno.com") => { Deno.serve({ hostname: host, port,