Skip to content

Commit

Permalink
Merge pull request #26 from tpiron/typo
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
gphat committed Apr 17, 2018
2 parents 3cab970 + d228418 commit 2af76b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ Censorinus is compatible with the StatsD specification as defined [here](https:/
```scala
import github.gphat.censorinus.StatsDClient

val c = new StatsDClient(host = "some.host", port = 8125)
val c = new StatsDClient(hostname = "some.host", port = 8125)

// Optional sample rate, works with all methods!
c.counter(name = "foo.count", value = 2, sampleRate = 0.5)
Expand Down

0 comments on commit 2af76b8

Please sign in to comment.