From 0310de9823f725bb7205bca22a6cf18d4fbe6697 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Wed, 15 Apr 2015 10:20:49 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfb709103..b0e656300 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Echo [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/labstack/echo) [![Build Status](http://img.shields.io/travis/labstack/echo.svg?style=flat-square)](https://travis-ci.org/labstack/echo) [![Coverage Status](http://img.shields.io/coveralls/labstack/echo.svg?style=flat-square)](https://coveralls.io/r/labstack/echo) -Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go. +Echo is a fast HTTP router (zero memory allocation) and micro web framework in Go. ## Features - Fast :rocket: router which smartly resolves conflicting routes