Skip to content

Commit 1307785

Browse files
committed
Fixed ReadMe
1 parent bb05250 commit 1307785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Debug Package lets you easily add values meant for debugging purposes and sh
44

55
## Getting Started
66

7-
`DebugController` is used to add and store values meant for debugging purposes and `DebugScreen` (SwiftUI) or `DebugCorrdinator` (if you are using UIKit based apps with the Coordinator pattern) is used to display them.
7+
`DebugController` is used to add and store values meant for debugging purposes and `DebugScreen` (SwiftUI) or if you are using UIKit based apps, just wrap it in a `UIHostingController`, is used for displaying them.
88

99
## Creating Items
1010
### Values

0 commit comments

Comments
 (0)