Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEmeraldBee authored Jun 2, 2024
1 parent 3994236 commit d591b30
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 @@ -68,7 +68,7 @@ fn widget(mut frame: ResMut<WidgetFrame>, mut events: ResMut<Events>) -> WidgetR
}

fn main() -> Result<(), Box<dyn Error>> {
App::new(100)?.widgets(widget).run()
Ok(App::new(100)?.widgets(widget).run()?)
}
```
</details>
Expand Down

0 comments on commit d591b30

Please sign in to comment.