diff --git a/README.md b/README.md index b9f83f74..e1170a08 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ use std::io::{stdout, Write}; use crossterm::{ execute, style::{Color, Print, ResetColor, SetBackgroundColor, SetForegroundColor}, - ExecutableCommand, Result, + ExecutableCommand, event, };