diff --git a/README.md b/README.md index c7752097..64a05141 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ BenchmarkZeus_GithubAll 2000 752907 ns/op 300688 B/op 2648 all ## Installation -```go get github.com/labstack/echo``` +- [Go](https://github.com/labstack/echo/tree/master/examples) > 1.4.x +- ```go get github.com/labstack/echo``` ## Examples diff --git a/website/docs/index.md b/website/docs/index.md index 83f9f6b2..359e4ccd 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -36,10 +36,13 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G ## Installation -```go get github.com/labstack/echo``` +- [Go](https://github.com/labstack/echo/tree/master/examples) > 1.4.x +- ```go get github.com/labstack/echo``` ## Examples +[labstack/echo/example](https://github.com/labstack/echo/tree/master/examples) + > Hello, World! Create ```server.go``` with the following content: