From 8f02dbbd49431ffe2010936612bc5655bd33b909 Mon Sep 17 00:00:00 2001 From: Jamie King Date: Sun, 17 Mar 2024 23:05:58 -0700 Subject: [PATCH] docs(readme): fix broken badge URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4d8ecf..58cbbca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # normalize-package-data -[![Build Status](https://travis-ci.org/npm/normalize-package-data.svg?branch=master)](https://travis-ci.org/npm/normalize-package-data) +[![Build Status](https://img.shields.io/github/actions/workflow/status/npm/normalize-package-data/ci.yml?branch=main)](https://github.com/npm/normalize-package-data) normalize-package-data exports a function that normalizes package metadata. This data is typically found in a package.json file, but in principle could come from any source - for example the npm registry.