Skip to content

Commit 604d941

Browse files
author
Vishal Rana
committed
Update README.md
1 parent 19d8df4 commit 604d941

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Echo [![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/labstack/echo) [![Build Status](http://img.shields.io/travis/labstack/echo.svg?style=flat-square)](https://travis-ci.org/labstack/echo) [![Coverage Status](http://img.shields.io/coveralls/labstack/echo.svg?style=flat-square)](https://coveralls.io/r/labstack/echo)
22
Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go.
33

4-
### Features
4+
## Features
55
- Fast :rocket: router which smartly resolves conflicting routes
66
- Extensible middleware/handler, supports:
77
- Middleware
@@ -20,10 +20,10 @@ Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go.
2020
- Handy encoding/decoding functions.
2121
- Serve static files, including index.
2222

23-
### Installation
23+
## Installation
2424
```go get github.com/labstack/echo```
2525

26-
### Usage
26+
## Usage
2727
[labstack/echo/example](https://github.com/labstack/echo/tree/master/example)
2828

2929
```go
@@ -165,7 +165,7 @@ func init() {
165165
}
166166
```
167167

168-
### Benchmark
168+
## Benchmark
169169
Based on [julienschmidt/go-http-routing-benchmark] (https://github.com/vishr/go-http-routing-benchmark), April 1, 2015
170170
##### [GitHub API](http://developer.github.com/v3)
171171
> Echo: 42728 ns/op, 0 B/op, 0 allocs/op
@@ -198,5 +198,5 @@ BenchmarkVulcan_GithubAll 5000 307241 ns/op 19894 B/op 609 alloc
198198
BenchmarkZeus_GithubAll 2000 752907 ns/op 300688 B/op 2648 allocs/op
199199
```
200200

201-
### License
201+
## License
202202
[MIT](https://github.com/labstack/echo/blob/master/LICENSE)

0 commit comments

Comments
 (0)