From 492c6f76f4827fe0ef1d9510b9a21bb7868747db Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 23 Apr 2023 22:56:52 +0200 Subject: [PATCH] fix the link to cov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9f2b91..a610392 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Crates.io](https://img.shields.io/crates/v/humantime_to_duration.svg)](https://crates.io/crates/humantime_to_duration) [![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/uutils/humantime_to_duration/blob/main/LICENSE) -[![CodeCov](https://codecov.io/gh/uutils/humantime_to_duration/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/humantime_to_duration) +[![CodeCov](https://codecov.io/gh/uutils/humantime_to_duration/branch/main/graph/badge.svg)](https://codecov.io/gh/uutils/humantime_to_duration) A Rust crate for parsing human-readable relative time strings and converting them to a `Duration`.