1
0
mirror of https://github.com/labstack/echo.git synced 2025-05-31 23:19:42 +02:00

Merge pull request from mre/patch-1

Typo
This commit is contained in:
Vishal Rana 2015-03-31 10:10:49 -07:00
commit cd9fc7fa91

@ -19,7 +19,7 @@ Echo is a fast HTTP router (zero memory allocation) + micro web framework in Go.
- Handy encoding/decoding functions.
- Serve static files, including index.
### Installatioin
### Installation
```go get github.com/labstack/echo```
### Usage