From d97cb44d82607ae0db8cc45cdd8fe2bb778fbce8 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sun, 12 Apr 2015 13:24:00 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e5eaaff..d756527a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go. ### Features -- Router: - - Fast :rocket: - - Smartly resolves conflicting routes +- Fast :rocket: router which smartly resolves conflicting routes - Extensible middleware/handler, supports: - Middleware - `func(*echo.Context)`