From c5b90cdaaee99adefb805a1e84289ff66e23cc38 Mon Sep 17 00:00:00 2001 From: Jamie King Date: Wed, 20 Mar 2024 07:37:01 -0700 Subject: [PATCH] docs(readme): fix broken badge URL (#214) --- 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.