From 2399224ff202376c7ec18fd8eb02efa6fc2ed1b7 Mon Sep 17 00:00:00 2001 From: Guillaume Gay Date: Mon, 15 Jun 2026 14:06:37 +0200 Subject: [PATCH] docs: add npm badges to README Add npm version and downloads badges for the modelparams package to the README badge row, dropping the CI badge. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e36c103..e5ef431 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ > An open, community-maintained catalog of LLM model parameters. -[![CI](https://github.com/mnfst/modelparams.dev/actions/workflows/ci.yml/badge.svg)](https://github.com/mnfst/modelparams.dev/actions/workflows/ci.yml) +[![npm version](https://img.shields.io/npm/v/modelparams.svg)](https://www.npmjs.com/package/modelparams) +[![npm downloads](https://img.shields.io/npm/dm/modelparams.svg)](https://www.npmjs.com/package/modelparams) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [modelparams.dev](https://modelparams.dev) is an open-source database that lists the parameters available for popular AI models. It is heavily inspired on [models.dev](https://github.com/anomalyco/models.dev) and we use it at [Manifest](https://manifest.build/).