From 6adb1f09a9ac872d52b63e78ae438819ccae37ac Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Sat, 15 Feb 2025 21:46:49 -0800 Subject: [PATCH] fix NPM link link to https://www.npmjs.com/package/spago/v/next --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe22309ba..a6009889b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # spago -![NPM Version (with dist tag)](https://img.shields.io/npm/v/spago/next) +[![NPM Version (with dist tag)](https://img.shields.io/npm/v/spago/next)](https://www.npmjs.com/package/spago/v/next) ![Latest release](https://img.shields.io/badge/dynamic/yaml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fpurescript%2Fspago%2Frefs%2Fheads%2Fmaster%2Fspago.yaml&query=package.publish.version&prefix=v&label=release) [![build](https://github.com/purescript/spago/actions/workflows/build.yml/badge.svg)](https://github.com/purescript/spago/actions/workflows/build.yml) [![nix-flake](https://github.com/purescript/spago/actions/workflows/nix-flake.yml/badge.svg)](https://github.com/purescript/spago/actions/workflows/nix-flake.yml)