Skip to content

Commit

Permalink
Merge pull request #109 from kyu08/fix-typo2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji authored Nov 25, 2023
2 parents 3452305 + c980bc7 commit 5429ffd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ In this folder you find examples for using `tui-term`.
To run the `simple_ls_rw` example:

```
cargo run --example simple_ls_chan
cargo run --example simple_ls_rw
```

** 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`. **
> **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`.
## `simple_ls_chan`

Expand Down

0 comments on commit 5429ffd

Please sign in to comment.