Prechádzať zdrojové kódy

Merge branch 'patch-1' of git://github.com/lidashuang/go-metrics

Richard Crowley 11 rokov pred
rodič
commit
281b9e0f99
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -59,7 +59,7 @@ Periodically emit every metric to StatHat:
 ```go
 import "github.com/rcrowley/go-metrics/stathat"
 
-stathat.Stathat(metrics.DefaultRegistry, 10e9, "example@example.com")
+go stathat.Stathat(metrics.DefaultRegistry, 10e9, "example@example.com")
 ```
 
 Periodically emit every metric into Influxdb: