Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mazznoer committed Aug 6, 2024
1 parent 0890163 commit 4d4440e
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,6 +1,6 @@
# `gradient`

[![Build Status](https://github.com/mazznoer/gradient-rs/workflows/Rust/badge.svg)](https://github.com/mazznoer/gradient-rs/actions)
[![Build Status](https://github.com/mazznoer/gradient-rs/actions/workflows/rust.yml/badge.svg)](https://github.com/mazznoer/gradient-rs/actions)
[![crates.io](https://img.shields.io/crates/v/gradient.svg)](https://crates.io/crates/gradient)

A command-line tool for playing with color gradients.
Expand All @@ -21,7 +21,7 @@ Pre-compiled binaries for Linux, macOS and Windows is avaliable on [release page

### Cargo

`gradient` can be installed with [cargo](https://www.rust-lang.org/tools/install).
`gradient` can be installed using [cargo](https://www.rust-lang.org/tools/install).

```shell
cargo install gradient
Expand Down

0 comments on commit 4d4440e

Please sign in to comment.