Skip to content

Commit

Permalink
update server log example to mention bandit instead
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Oct 13, 2024
1 parent d00f197 commit a7eb06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/introduction/up_and_running.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
...
Expand Down

0 comments on commit a7eb06c

Please sign in to comment.