diff --git a/2.0/docs/getting-started/hello-world.md b/2.0/docs/getting-started/hello-world.md index dd86786e..b9ad890e 100644 --- a/2.0/docs/getting-started/hello-world.md +++ b/2.0/docs/getting-started/hello-world.md @@ -35,7 +35,8 @@ Hello │   │   ├── Droplet+Setup.swift │   │   ├── Models │   │   │   └── Post.swift -│   │   └── Routes.swift +│   │   └── Routes +│   │   └── Routes.swift │   └── Run │   └── main.swift ├── Tests