Skip to content

Commit

Permalink
Minor typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel authored Nov 17, 2024
1 parent 1787952 commit ea57178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ If you call `.await` in your GUI code, the UI will freeze, which is very bad UX.
* [`eventuals::Eventual`](https://docs.rs/eventuals/latest/eventuals/struct.Eventual.html)
* [`tokio::sync::watch::channel`](https://docs.rs/tokio/latest/tokio/sync/watch/fn.channel.html)

### How to I create a file dialog?
### How do I create a file dialog?

The async version of [rfd](https://docs.rs/rfd/latest/rfd/) supports both native and Wasm. See example app here https://github.com/woelper/egui_pick_file which also has a demo available via [gitub pages](https://woelper.github.io/egui_pick_file/).

Expand Down

0 comments on commit ea57178

Please sign in to comment.