From ba07e153281ffb518de0d8219a5d5ce626880bb5 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Tue, 19 Sep 2023 15:32:52 -0700 Subject: [PATCH] doc: a few more touchups PR #78 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73803d6..ef7e3e8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/). ### Usage Run `cargo add termcolor` to add this dependency to your `Cargo.toml` file. -``` ### Organization @@ -93,10 +92,9 @@ termcolor will inspect the `TERM` and `NO_COLOR` environment variables: This decision procedure may change over time. -Currently, `termcolor` does not attempt to detect whether -a tty is present or not. To achieve that, please use the -[`std::io::IsTerminal`](https://doc.rust-lang.org/std/io/trait.IsTerminal.html) -crate. +Currently, `termcolor` does not attempt to detect whether a tty is present or +not. To achieve that, please use +[`std::io::IsTerminal`](https://doc.rust-lang.org/std/io/trait.IsTerminal.html). ### Minimum Rust version policy