1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-15 01:34:53 +02:00

Update README

Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana
2016-05-04 23:33:05 -07:00
parent 682a5580b7
commit 986338c805
2 changed files with 13 additions and 13 deletions

View File

@ -24,7 +24,7 @@ var (
)
// MethodOverride returns a method override middleware.
// Method override middleware checks for the overridden method from the request and
// MethodOverride middleware checks for the overridden method from the request and
// uses it instead of the original method.
//
// For security reasons, only `POST` method can be overridden.