Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/duraidabdul/LocalConsole in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
duraidabdul committed Sep 6, 2021
2 parents 7920272 + 6892a19 commit 245d696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ let consoleManager = LCManager.shared
Once prepared, the localConsole can be used throughout your project.
```swift

// Show the console view.
// Activate the console view.
consoleManager.isVisible = true

// Hide the console view.
// Deactivate the console view.
consoleManager.isVisible = false
```

Expand Down

0 comments on commit 245d696

Please sign in to comment.