From fb926922bf6c2aac2bd90d26f341090e6c6103e8 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sat, 30 Jan 2016 11:32:56 -0800 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b6000c57..1e919697 100644 --- a/README.md +++ b/README.md @@ -81,16 +81,6 @@ BenchmarkVulcan_GithubAll 5000 271682 ns/op 1989 BenchmarkZeus_GithubAll 2000 748827 ns/op 300688 B/op 2648 allocs/op ``` -## Installation - -```sh -$ go get github.com/labstack/echo -``` - -## [Recipes](http://labstack.com/echo/recipes/hello-world) - -## [Guide](http://labstack.com/echo/guide/installation) - ## Echo System ### Who's using Echo? @@ -122,6 +112,16 @@ $ go get github.com/labstack/echo [Want to get listed?](https://github.com/labstack/echo/issues/295) +## Installation + +```sh +$ go get github.com/labstack/echo +``` + +## [Recipes](http://labstack.com/echo/recipes/hello-world) + +## [Guide](http://labstack.com/echo/guide/installation) + ## Contribute **Use issues for everything**