From a7eb06c48e832f1664b65231ed07a0468dd1b2ab Mon Sep 17 00:00:00 2001 From: Steffen Deusch Date: Sun, 13 Oct 2024 18:35:18 +0200 Subject: [PATCH] update server log example to mention bandit instead --- guides/introduction/up_and_running.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/introduction/up_and_running.md b/guides/introduction/up_and_running.md index 8d07024b1c..df1871d49a 100644 --- a/guides/introduction/up_and_running.md +++ b/guides/introduction/up_and_running.md @@ -86,7 +86,7 @@ And finally, we'll start the Phoenix server: ```console $ mix phx.server -[info] Running HelloWeb.Endpoint with cowboy 2.9.0 at 127.0.0.1:4000 (http) +[info] Running HelloWeb.Endpoint with Bandit 1.5.7 at 127.0.0.1:4000 (http) [info] Access HelloWeb.Endpoint at http://localhost:4000 [watch] build finished, watching for changes... ...