Skip to content

Commit 4bfc8f5

Browse files
committed
Fix import statement in README
1 parent 951f52d commit 4bfc8f5

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
@@ -22,7 +22,7 @@ During app startup/initialization:
2222

2323
```swift
2424
import Logging
25-
import LoggingSyslog
25+
import LoggingOSLog
2626

2727
/// Configure logging system to use OSLog logging backend
2828
LoggingSystem.bootstrap(LoggingOSLog.init)

0 commit comments

Comments
 (0)