From 149d19ef9fc9318bfc6b6454f1fdeecfc968f635 Mon Sep 17 00:00:00 2001 From: Joe McKenney Date: Thu, 14 Dec 2023 09:46:21 -0800 Subject: [PATCH] fix: npm badge should link to @dopt/please npm package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74eb75d..0074de8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A CLI for developing in monorepos - not building them -![npm](https://img.shields.io/npm/v/%40dopt/please) +[![npm](https://img.shields.io/npm/v/%40dopt/please)](https://www.npmjs.com/package/@dopt/please) [![ci](https://github.com/dopt/please/actions/workflows/ci.yml/badge.svg)](https://github.com/dopt/please/actions/workflows/ci.yml) ### Why