Skip to content

Commit 1b8be03

Browse files
andygrunwaldaldas
authored andcommitted
Fix docs: Set correct go import path for echoprometheus package
1 parent c764849 commit 1b8be03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echoprometheus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package main
55
66
import (
77
"github.com/labstack/echo/v4"
8-
"github.com/labstack/echo-contrib/prometheus/echoprometheus"
8+
"github.com/labstack/echo-contrib/echoprometheus"
99
)
1010
1111
func main() {

0 commit comments

Comments
 (0)