Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0 #83

Merged
merged 20 commits into from
Oct 13, 2024
Merged

2.0 #83

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md demo file link (#81)
bdbai authored Oct 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit bf24a02418616b56846d71781c9632bcc56f2749
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -171,7 +171,7 @@ View how to implement a tui-realm application in the [related guide](/docs/en/ge

Still confused about how tui-realm works? Don't worry, try with the examples:

- [demo](/examples/demo.rs): a simple application which shows how tui-realm works
- [demo](/examples/demo/demo.rs): a simple application which shows how tui-realm works

```sh
cargo run --example demo