1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-24 03:16:14 +02:00

Update README.md

This commit is contained in:
Vishal Rana 2016-07-14 09:35:56 -07:00 committed by GitHub
parent 98d744b8fb
commit 4d8557c491

View File

@ -33,7 +33,7 @@
### Installation
```sh
$ go get github.com/labstack/echo/...
$ go get -u github.com/labstack/echo
```
### Hello, World!