Skip to content

Commit

Permalink
docs(readme): add ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone committed Mar 23, 2022
1 parent be9a578 commit 66da0ae
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 🥬 spinach

<a href="https://crates.io/crates/spinach"><img alt="crates.io" src="https://img.shields.io/crates/v/spinach"></a>
<a href="https://docs.rs/spinach"><img alt="docs.rs" src="https://img.shields.io/docsrs/spinach"></a>
<a href="LICENSE"><img alt="license" src="https://img.shields.io/crates/l/spinach"></a>
[![Crates.io](https://img.shields.io/crates/v/spinach)](https://crates.io/crates/spinach)
[![Docs.rs](https://img.shields.io/docsrs/spinach)](https://docs.rs/spinach)
[![License](https://img.shields.io/crates/l/spinach)](LICENSE)
[![CI](https://github.com/etienne-napoleone/spinach/actions/workflows/ci.yml/badge.svg)](https://github.com/etienne-napoleone/spinach/actions/workflows/ci.yml)

> Practical spinner for Rust
Expand Down

0 comments on commit 66da0ae

Please sign in to comment.