Update README.md

This commit is contained in:
Duraid Abdul
2021-05-10 22:36:46 -07:00
parent 16a2df3694
commit c8e4c41ba5
+11 -1
View File
@@ -1,3 +1,13 @@
# **LocalConsole**
A description of this package.
## **How to Use**
```swift
// Show console.
Console.shared.isVisible = true
// Print to console.
Console.shared._print("Hello, world!")
// Clear console.
Console.shared.clear()
```