From f741b6dba78a89780063a6e6162205026ff03622 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Tue, 15 Nov 2016 07:08:14 -0800 Subject: [PATCH] updated readme Signed-off-by: Vishal Rana --- README.md | 1 - website/content/guide/migration.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ebc754c6..6ffdabb1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ - Optimized HTTP router which smartly prioritize routes - Build robust and scalable RESTful APIs -- Run with standard HTTP server or FastHTTP server - Group APIs - Extensible middleware framework - Define middleware at root, group or route level diff --git a/website/content/guide/migration.md b/website/content/guide/migration.md index 861d12f3..5279ef5c 100644 --- a/website/content/guide/migration.md +++ b/website/content/guide/migration.md @@ -13,7 +13,6 @@ description = "Migration" - Automatic TLS certificates via [Let's Encrypt](https://letsencrypt.org/) - Built-in support for graceful shutdown -- Dropped static middleware in favor of `Echo#Static` - Utility functions to wrap standard handler and middleware - `Map` type as shorthand for `map[string]interface{}` - Context now wraps standard net/http Request and Response @@ -37,6 +36,7 @@ description = "Migration" - `Debug` - `Logger` - Enhanced redirect and CORS middleware +- Dropped static middleware in favor of `Echo#Static` - Dropped API - `Echo#Run()` - `Context#P()`