diff --git a/phoenix.md b/phoenix.md index 2c3bc6278..c80d4094c 100644 --- a/phoenix.md +++ b/phoenix.md @@ -36,15 +36,15 @@ See: [Installation](https://hexdocs.pm/phoenix/installation.html) _(hexdocs.pm)_ ├── deps/ ├── lib/ │ ├── hello/ -│ └── hello_web/ -│ ├── channels/ -│ ├── controllers/ -│ ├── templates/ -│ ├── views/ -│ ├── router.ex -│ └── gettext.ex -├── hello.ex -├── hello_web.ex +│ ├── hello.ex +│ ├── hello_web/ +│ │ ├── channels/ +│ │ ├── controllers/ +│ │ ├── templates/ +│ │ ├── views/ +│ │ ├── router.ex +│ │ └── gettext.ex +│ └── hello_web.ex ├── priv/ └── test/ ```