diff options
author | HampusM <hampus@hampusmat.com> | 2022-08-28 11:26:57 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-08-28 11:26:57 +0200 |
commit | 6db30abd6dc915f57192faa5e72d3c3af42cd5b0 (patch) | |
tree | 4a541e5056f1461565adccf154b3735d1e06c7f9 /README.md | |
parent | 2b8715f935db3129e1b6be907cad0a96370c2034 (diff) |
docs: add CI shield to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ ## Syrette [![Latest Version](https://img.shields.io/crates/v/syrette)](https://crates.io/crates/syrette) -[![Documentation](https://img.shields.io/badge/docs.rs-syrette-brightgreen)](https://docs.rs/syrette) +[![Documentation](https://img.shields.io/badge/docs.rs-syrette-blueviolet)](https://docs.rs/syrette) +[![Build](https://img.shields.io/circleci/build/github/HampusMat/Syrette/master)](https://app.circleci.com/pipelines/github/HampusMat/Syrette) + The convenient dependency injection framework for Rust. |