Skip to content

Commit

Permalink
doc: a few more touchups
Browse files Browse the repository at this point in the history
PR #78
  • Loading branch information
atouchet authored Sep 19, 2023
1 parent 24cd436 commit ba07e15
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ba07e15

Please sign in to comment.