Skip to content

Commit 84414ef

Browse files
authored
Update README.md (#35)
Fix typo
1 parent 2534098 commit 84414ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ a metrics backend for [swift-metrics](https://github.com/apple/swift-metrics) th
1111

1212
## Getting started
1313

14-
create an instance of the `StatsdClient` and boostrap the `MertricsSystem` in your application's main:
14+
create an instance of the `StatsdClient` and boostrap the `MetricsSystem` in your application's main:
1515

1616
```swift
1717
let statsdClient = try StatsdClient(host: host, port: port)

0 commit comments

Comments
 (0)