From 2d9f9d19d6ab1c5f5dc76597b909775d9952bbca Mon Sep 17 00:00:00 2001 From: Hiroaki Nakamura Date: Tue, 8 Sep 2020 09:04:35 +0900 Subject: [PATCH] Update guide installation command for v4 The command is copied from https://github.com/labstack/echo#installation --- website/content/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/guide.md b/website/content/guide.md index 982639eb..2de63687 100644 --- a/website/content/guide.md +++ b/website/content/guide.md @@ -14,7 +14,7 @@ type = "guide" ### Installation ```sh -$ go get -u github.com/labstack/echo/... +$ go get github.com/labstack/echo/v4 ``` ### Hello, World!