From 7be69822e7d3a0784578c396ee8f33c6191b5704 Mon Sep 17 00:00:00 2001 From: Mateusz Zaremba Date: Mon, 28 Aug 2023 11:20:44 +0100 Subject: [PATCH] feat: Update README.md - badges (#39) Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcacd21..a7ce5c2 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,14 @@ [![codecov](https://codecov.io/gh/matzar/time-to-seconds/branch/master/graph/badge.svg?token=EUYZLw2SLo)](https://codecov.io/gh/matzar/time-to-seconds) [![CodeFactor](https://www.codefactor.io/repository/github/matzar/time-to-seconds/badge)](https://www.codefactor.io/repository/github/matzar/time-to-seconds) [![NPM Version](https://img.shields.io/npm/v/time-to-seconds)](https://www.npmjs.com/package/time-to-seconds) -[![NPM Downloads](https://img.shields.io/npm/dt/time-to-seconds)](https://www.npmjs.com/package/time-to-seconds?minimal=true) -[![NPM Downloads](https://img.shields.io/npm/dw/time-to-seconds)](https://www.npmjs.com/package/time-to-seconds?minimal=true) +![npm](https://img.shields.io/npm/dw/time-to-seconds?cacheSeconds=10) [![install size](https://packagephobia.com/badge?p=time-to-seconds)](https://packagephobia.com/result?p=time-to-seconds) -[![NPM](https://img.shields.io/npm/l/time-to-seconds)](https://tldrlegal.com/license/mit-license) ![npms.io (maintenance)](https://img.shields.io/npms-io/maintenance-score/time-to-seconds) ![npms.io (quality)](https://img.shields.io/npms-io/quality-score/time-to-seconds) ![npms.io (popularity)](https://img.shields.io/npms-io/popularity-score/time-to-seconds) ![npms.io (final)](https://img.shields.io/npms-io/final-score/time-to-seconds) [![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release) +[![NPM](https://img.shields.io/npm/l/time-to-seconds)](https://tldrlegal.com/license/mit-license) Unopinionated time to seconds converter that lets you decide the format of your `h:m:s`; as long as you keep the number of colons between `0` and `2` it does not matter if you use `"hh:mm:ss"`, `"h:m:s"` or `"hhh:mmmm:ssss"` format - you will always get the number of seconds back as an integer.