From 5705da16f55e42bb6615e17143524462bfe18e25 Mon Sep 17 00:00:00 2001 From: matrika Date: Wed, 6 May 2015 18:47:26 -0700 Subject: [PATCH] Update guide.md --- website/docs/guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/guide.md b/website/docs/guide.md index e1df24a9..8ca9439a 100644 --- a/website/docs/guide.md +++ b/website/docs/guide.md @@ -83,7 +83,7 @@ types of handlers. ### Group -**WIP** +*WIP* ### Path parameter @@ -224,7 +224,7 @@ e.Index("index.html") Echo advocates centralized HTTP error handling by returning `*echo.HTTPError` from middleware and handlers. -Why? +It allows you to - Debug by writing stack trace to the HTTP response. - Customize HTTP responses. @@ -264,4 +264,4 @@ See how [HTTPErrorHandler](#customization) handles it. ## Deployment -**WIP** +*WIP*