diff --git a/README.md b/README.md index 5c00e588..83fe81fc 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,7 @@ BenchmarkZeus_GithubAll 2000 752907 ns/op 300688 B/op 2648 all - [Go](https://golang.org/doc/install) > 1.4.x - ```go get github.com/labstack/echo``` -## Examples - -[labstack/echo/example](https://github.com/labstack/echo/tree/master/examples) +##[Examples](https://github.com/labstack/echo/tree/master/examples) > Hello, World! diff --git a/website/docs/index.md b/website/docs/index.md index 9e8036ce..940cdeec 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -1,6 +1,6 @@ # Echo -Simple and performant web development! +Simple and performant HTTP systems! --- @@ -10,7 +10,7 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G ## Features -- Fast router which smartly resolves conflicting routes. +- Fast HTTP router which smartly resolves conflicting routes. - Extensible middleware/handler, supports: - Middleware - `func(*echo.Context)` @@ -39,9 +39,7 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G - [Go](https://golang.org/doc/install) > 1.4.x - ```go get github.com/labstack/echo``` -## Examples - -[labstack/echo/example](https://github.com/labstack/echo/tree/master/examples) +##[Examples](https://github.com/labstack/echo/tree/master/examples) > Hello, World!