diff --git a/README.md b/README.md index bda0fc2..9f333d8 100644 --- a/README.md +++ b/README.md @@ -21,19 +21,11 @@ or run: cargo add ferris-says ``` -Then import the crate with: - -```rust -extern crate ferris_says; -``` - ### Example The following bit of code will write the byte string to STDOUT ```rust -extern crate ferris_says; - use ferris_says::say; use std::io::{ stdout, BufWriter };