Update README.md

This commit is contained in:
Timon 2019-12-13 15:46:47 +01:00 committed by GitHub
parent 6ebcdf2376
commit 126f9b2631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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