Skip to content
This repository was archived by the owner on Dec 7, 2024. It is now read-only.

Commit 98b94a2

Browse files
committed
revision: docs
1 parent dd65a73 commit 98b94a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn App() -> Element {
4545
```
4646

4747
## Platform Support
48-
Dioxus logger will eventually support every target that Dioxus does. Currently mobile is not supported.
48+
Dioxus logger will eventually support every target that Dioxus does. Currently mobile and TUI are not supported.
4949

5050
## Installation
5151
You can add `dioxus-logger` to your application by adding it to your dependencies.

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use tracing::{
44

55
/// Initialize `dioxus-logger` with a specified max filter.
66
/// Generally it is best to initialize the logger before launching your Dioxus app.
7-
/// Works on Web, Desktop, Fullstack, Liveview, and TUI.
7+
/// Works on Web, Desktop, Fullstack, and Liveview.
88
///
99
/// # Example
1010
///

0 commit comments

Comments
 (0)