Skip to content

Commit

Permalink
fix docs link in the readme
Browse files Browse the repository at this point in the history
Previously this was pointed towards v3.4.0 on docs.rs, which is not the
current latest version. docs.rs supports using `latest` in the url, and
by doing so this link will remain up-to-date for future version bumps.
  • Loading branch information
Benjamin-L authored and jam1garner committed Aug 8, 2022
1 parent 5ded2a6 commit 53491b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A zero-allocation no_std-compatible zero-cost way to add color to your Rust term
* [x] Enabled for CI
* [x] Disabled by default for non-terminal outputs
* [x] Overridable by `NO_COLOR`/`FORCE_COLOR` environment variables
* [x] Overridable programatically via [`set_override`](https://docs.rs/owo-colors/3.1.0/owo_colors/fn.set_override.html)
* [x] Overridable programatically via [`set_override`](https://docs.rs/owo-colors/latest/owo_colors/fn.set_override.html)
* [x] Dependency-less by default
* [x] Hand picked names for all ANSI (4-bit) and Xterm (8-bit) colors
* [x] Support for RGB colors
Expand Down

0 comments on commit 53491b1

Please sign in to comment.