You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ In this folder you find examples for using `tui-term`.
5
5
To run the `simple_ls_rw` example:
6
6
7
7
```
8
-
cargo run --example simple_rw
8
+
cargo run --example simple_ls_chan
9
9
```
10
10
11
11
** Note: The examples provided here are simplified and may omit proper error handling and edge cases for brevity and clarity. They are intended to demonstrate specific features and concepts related to `tui-term`. **
0 commit comments