From 126f9b263197357320ce2ed0f341482e4520386e Mon Sep 17 00:00:00 2001 From: Timon Date: Fri, 13 Dec 2019 15:46:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e20fef..3e665a9 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ crossterm = "0.14" ```rust use std::io::{stdout, Write}; -use crossterm::{execute, ExecutableCommand, style::{Attribute, Color, SetForegroundColor, SetBackgroundColor, ResetColor}, Output, Result}; +use crossterm::{execute, ExecutableCommand, style::{Attribute, Color, SetForegroundColor, SetBackgroundColor, ResetColor, Print}, Result}; fn main() -> Result<()> { // using the macro