diff --git a/README.md b/README.md index 86a7861..9320bf9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # humantime_to_duration +[![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/coreutils/blob/main/LICENSE) + A Rust crate for parsing human-readable relative time strings and converting them to a `Duration`. ## Features