소스 검색

Right you are, Mark

Richard Crowley 11 년 전
부모
커밋
8d35757aca
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{95},         // precentiles to send
+    []float64{0.95},       // precentiles to send
     time.Millisecond,      // time unit
 )
 ```