From 22688b858b5c901e49fb76915741f8bf1817ddfc Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Mon, 22 May 2023 22:28:03 +0200 Subject: [PATCH] Fix docs: Set correct go import path for `echoprometheus` package --- echoprometheus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echoprometheus/README.md b/echoprometheus/README.md index 71e7af8..124a52a 100644 --- a/echoprometheus/README.md +++ b/echoprometheus/README.md @@ -5,7 +5,7 @@ package main import ( "github.com/labstack/echo/v4" - "github.com/labstack/echo-contrib/prometheus/echoprometheus" + "github.com/labstack/echo-contrib/echoprometheus" ) func main() {