From aa1d1693c1ee42630091b375c27b66210e6a3a9b Mon Sep 17 00:00:00 2001 From: devsheva Date: Wed, 4 Sep 2024 20:28:02 +0200 Subject: [PATCH 1/2] docs: replace gh release badge with npm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3237200..07e116a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # simplelog ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/devsheva/simplelog/qa.yml) -![GitHub Release](https://img.shields.io/github/v/release/devsheva/simplelog) +![NPM Version](https://img.shields.io/npm/v/simplelog-decorator) ![Codecov](https://img.shields.io/codecov/c/github/devsheva/simplelog) A simple logger decorator amplify like From b418a0b3a7db27ce78b918c9aec235d14a07807d Mon Sep 17 00:00:00 2001 From: devsheva Date: Wed, 4 Sep 2024 20:33:53 +0200 Subject: [PATCH 2/2] docs: wrap npm and codecov badges with href --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07e116a..e1439dd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # simplelog ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/devsheva/simplelog/qa.yml) -![NPM Version](https://img.shields.io/npm/v/simplelog-decorator) -![Codecov](https://img.shields.io/codecov/c/github/devsheva/simplelog) +[![NPM Version](https://img.shields.io/npm/v/simplelog-decorator)](https://www.npmjs.com/package/simplelog-decorator) +[![Codecov](https://img.shields.io/codecov/c/github/devsheva/simplelog)](https://app.codecov.io/github/devsheva/simplelog) A simple logger decorator amplify like