1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-12 01:22:21 +02:00

Merge pull request #7 from mre/patch-1

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

View File

@ -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