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

changed guide highlighting to shell (#1593)

This commit is contained in:
roz3x 2020-07-01 09:38:30 +05:30 committed by GitHub
parent 43e32ba83d
commit de3a2d4df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ Lower is better!
### Installation
```go
```sh
// go get github.com/labstack/echo/{version}
go get github.com/labstack/echo/v4
```