Skip to content

Commit a05de09

Browse files
authored
Update README_zh.md
1 parent 4800d43 commit a05de09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func main() {
7575

7676
```go
7777
gaugeMetric := &ginmetrics.Metric{
78-
Type: ginmetrics.Counter,
78+
Type: ginmetrics.Gauge,
7979
Name: "example_gauge_metric",
8080
Description: "an example of gauge type metric",
8181
Labels: []string{"label1"},

0 commit comments

Comments
 (0)