We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2534098 commit 84414efCopy full SHA for 84414ef
README.md
@@ -11,7 +11,7 @@ a metrics backend for [swift-metrics](https://github.com/apple/swift-metrics) th
11
12
## Getting started
13
14
-create an instance of the `StatsdClient` and boostrap the `MertricsSystem` in your application's main:
+create an instance of the `StatsdClient` and boostrap the `MetricsSystem` in your application's main:
15
16
```swift
17
let statsdClient = try StatsdClient(host: host, port: port)
0 commit comments