Skip to content

Commit

Permalink
Fixed ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoimer committed Jan 18, 2024
1 parent bb05250 commit 1307785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Debug Package lets you easily add values meant for debugging purposes and sh

## Getting Started

`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.
`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.

## Creating Items
### Values
Expand Down

0 comments on commit 1307785

Please sign in to comment.