Skip to content

Commit 3452305

Browse files
authored
Merge pull request #108 from kyu08/fix-typo
2 parents bee8d90 + 2536417 commit 3452305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this folder you find examples for using `tui-term`.
55
To run the `simple_ls_rw` example:
66

77
```
8-
cargo run --example simple_rw
8+
cargo run --example simple_ls_chan
99
```
1010

1111
** 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

Comments
 (0)