Skip to content

Commit

Permalink
Update README getting started snippets (#859)
Browse files Browse the repository at this point in the history
Theres no Result trait in crossterm
  • Loading branch information
sjakk committed Jan 28, 2024
1 parent 0935196 commit 99fe255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -107,7 +107,7 @@ use std::io::{stdout, Write};
use crossterm::{
execute,
style::{Color, Print, ResetColor, SetBackgroundColor, SetForegroundColor},
ExecutableCommand, Result,
ExecutableCommand,
event,
};

Expand Down

0 comments on commit 99fe255

Please sign in to comment.