Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoqsh committed Apr 8, 2024
1 parent 6b45660 commit c5ada02
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 @@ -139,7 +139,7 @@ let draw = |mut frame: Frame| {
Now you can run our application and see the window:
```rust
// Run the window with handlers
window.run(dunge::update(upd, draw))?;
window.run_local(dunge::update(upd, draw))?;
```

<div align="center">
Expand Down

0 comments on commit c5ada02

Please sign in to comment.