From 4004492d1a61ff7ace3084438c92b06cefa06a66 Mon Sep 17 00:00:00 2001 From: Peter Becich Date: Sun, 9 Feb 2025 00:30:33 -0800 Subject: [PATCH] replace NPM badge pointing to `spago@latest` with `spago@next` Uses: https://shields.io/badges/npm-version-with-dist-tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38b21275f..0869368f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # spago -[![npm](https://img.shields.io/npm/v/spago.svg)][spago-npm] +![NPM Version (with dist tag)](https://img.shields.io/npm/v/spago/next) [![Latest release](https://img.shields.io/github/v/release/purescript/spago.svg)](https://github.com/purescript/spago/releases) [![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)