From 92e25ff741e115395529e6694066951a437ff4ca Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Tue, 31 Mar 2015 18:42:45 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d80d10a..10de95f5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go. - Handy encoding/decoding functions. - Serve static files, including index. -### Installatioin +### Installation ```go get github.com/labstack/echo``` ### Usage