1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-07 23:01:56 +02:00

Update README.md

This commit is contained in:
Vishal Rana 2016-09-26 21:27:15 -07:00 committed by GitHub
parent d5ee8c5ffd
commit 1e4f4a901f

View File

@ -40,9 +40,7 @@ Echo is developed and tested using Go `1.6.x` and `1.7.x`
$ go get -u github.com/labstack/echo
```
> #### Ideally, you should rely on a [package manager](https://github.com/avelino/awesome-go#package-management) like glide or govendor to use a specific [version](https://github.com/labstack/echo/releases) of Echo.
#### Latest stable version is v2.1
> Ideally, you should rely on a [package manager](https://github.com/avelino/awesome-go#package-management) like glide or govendor to use a specific [version](https://github.com/labstack/echo/releases) of Echo.
### Hello, World!