Skip to content

Commit

Permalink
Minor README update
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored Oct 1, 2024
1 parent 2e0435c commit 22317f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# lscolors

<img src="https://i.imgur.com/RE4Ont5.png" align="right">

[![CICD](https://github.com/sharkdp/lscolors/actions/workflows/CICD.yml/badge.svg)](https://github.com/sharkdp/lscolors/actions/workflows/CICD.yml)
[![Crates.io](https://img.shields.io/crates/v/lscolors.svg)](https://crates.io/crates/lscolors)
[![Documentation](https://docs.rs/lscolors/badge.svg)](https://docs.rs/lscolors)
Expand All @@ -10,6 +8,8 @@ A cross-platform library for colorizing paths according to the `LS_COLORS` envir

## Usage

<img src="https://i.imgur.com/RE4Ont5.png" align="right">

```rust
use lscolors::{LsColors, Style};

Expand Down

0 comments on commit 22317f2

Please sign in to comment.