1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00

Update README.md

This commit is contained in:
Vishal Rana 2015-04-25 16:12:46 -07:00
parent 1a124f8aab
commit 8174ab9779

View File

@ -73,8 +73,6 @@ $ go get github.com/labstack/echo
##[Hello, World!](https://github.com/labstack/echo/tree/master/examples/hello)
> Hello, World!
```go
package main
@ -107,7 +105,7 @@ func main() {
##[Examples](https://github.com/labstack/echo/tree/master/examples)
##[Guide](http://labstack.github.io/echo)
##[Guide](http://labstack.github.io/echo/guide.html)
## Contribute