diff --git a/site/guide/2-getting-started.md b/site/guide/2-getting-started.md index f821033b..b55efed0 100644 --- a/site/guide/2-getting-started.md +++ b/site/guide/2-getting-started.md @@ -87,7 +87,7 @@ run`. You should see the following: => keep-alive: 5s => tls: disabled 🛰 Mounting '/': - => GET / (hello) + => GET / (index) 🚀 Rocket has launched from http://localhost:8000 ``` diff --git a/site/guide/3-overview.md b/site/guide/3-overview.md index 9669c108..1816d7eb 100644 --- a/site/guide/3-overview.md +++ b/site/guide/3-overview.md @@ -167,8 +167,8 @@ Running the application, the console shows: => limits: forms = 32KiB => keep-alive: 5s => tls: disabled -🛰 Mounting '/': - => GET / (hello) +🛰 Mounting '/hello': + => GET /hello/world (world) 🚀 Rocket has launched from http://localhost:8000 ```