From 8e31f9028cb9b865fa79652ced63f9a27ad4a306 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 24 Jul 2022 19:03:52 +0300 Subject: [PATCH] doc: change badges --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2a9e6fd..4c397db 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # enve -[![CI](https://github.com/pleshevskiy/enve/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/pleshevskiy/enve/actions/workflows/ci.yml) -[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) -[![Documentation](https://docs.rs/pleshevskiy/badge.svg)](https://docs.rs/enve) -[![Crates.io](https://img.shields.io/crates/v/enve)](https://crates.io/crates/enve) -![Crates.io](https://img.shields.io/crates/l/enve) +[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/pleshevskiy/enve/CI?label=tests&logo=github&style=flat-square)](https://github.com/pleshevskiy/enve/actions/workflows/ci.yml) +[![docs.rs](https://img.shields.io/docsrs/enve?style=flat-square)](https://docs.rs/enve) +[![Crates.io](https://img.shields.io/crates/v/enve?style=flat-square)](https://crates.io/crates/enve) +[![Crates.io](https://img.shields.io/crates/l/enve?style=flat-square)](https://github.com/pleshevskiy/enve/LICENSE) +[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square)](https://github.com/rust-secure-code/safety-dance/) +[![Matrix](https://img.shields.io/matrix/enve_team:matrix.org?label=matrix&style=flat-square)](https://matrix.to/#/!yZalHbWfGRWOMaetSn:matrix.org?via=matrix.org) `enve` helps you work with environment variables and convert it to **any type** using only **type annotations**.