From 510a72e5deea755402fd9e70b71fd453ef9340e1 Mon Sep 17 00:00:00 2001 From: Ben Packard Date: Sun, 8 Oct 2017 23:07:08 -0400 Subject: [PATCH] Corrected path to Routes.swift in folder structure --- 2.0/docs/getting-started/hello-world.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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