Update README getting started snippets (#859)

Theres no Result trait in crossterm
This commit is contained in:
breno 2024-01-28 05:59:41 -04:00 committed by GitHub
parent 0935196d5a
commit 99fe255f33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ use std::io::{stdout, Write};
use crossterm::{
execute,
style::{Color, Print, ResetColor, SetBackgroundColor, SetForegroundColor},
ExecutableCommand, Result,
ExecutableCommand,
event,
};