From 9c8e10c87228b261d7d5fd30ac0ce0eb281671dd Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sat, 28 Mar 2015 13:25:47 -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 14c18ac83..4089c6237 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go. - Serve static files, including index. ### Example -https://github.com/labstack/echo/tree/master/example +[labstack/echo/example] (https://github.com/labstack/echo/tree/master/example) ```go package main