瀏覽代碼

Merge pull request #115 from thiagocaiubi/patch-1

Fix typo
Mikhail P 10 年之前
父節點
當前提交
7a11686578
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -77,7 +77,7 @@ go librato.Librato(metrics.DefaultRegistry,
     "example@example.com", // account owner email address
     "token",               // Librato API token
     "hostname",            // source
-    []float64{0.95},       // precentiles to send
+    []float64{0.95},       // percentiles to send
     time.Millisecond,      // time unit
 )
 ```