Skip to content

Commit 5f81630

Browse files
authored
Enhance swift codeblock at README.md (#327)
1 parent 1efe6f8 commit 5f81630

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ public protocol LogHandler {
169169

170170
Instructing `SwiftLog` to use your logging backend as the one the whole application (including all libraries) should use is very simple:
171171

172-
LoggingSystem.bootstrap(MyLogHandler.init)
172+
```swift
173+
LoggingSystem.bootstrap(MyLogHandler.init)
174+
```
173175

174176
### Implementation considerations
175177

0 commit comments

Comments
 (0)