From 544d13352025e54230bd827de8b743985bf22b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Mon, 28 Oct 2019 13:17:15 +1300 Subject: [PATCH] Adjust badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 088e8e40..f787ac08 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # watchexec -[![Build Status](https://badgen.net/travis/watchexec/watchexec/master)](https://travis-ci.org/watchexec/watchexec) -[![Build status](https://badgen.net/appveyor/ci/watchexec/watchexec/master)](https://ci.appveyor.com/project/watchexec/watchexec) +[![Build status](https://badgen.net/travis/watchexec/watchexec/master)](https://travis-ci.org/watchexec/watchexec) [![Crates.io status](https://badgen.net/crates/v/watchexec)](https://crates.io/crates/watchexec) +[![Docs status](https://docs.rs/watchexec/badge.svg)](https://docs.rs/watchexec) Software development often involves running the same commands over and over. Boring!