Skip to content

Commit 3c98f2e

Browse files
docs(readme): fix broken badge URL
1 parent 207ba7d commit 3c98f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# npm-package-arg
22

3-
[![Build Status](https://travis-ci.org/npm/npm-package-arg.svg?branch=master)](https://travis-ci.org/npm/npm-package-arg)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/npm/npm-package-arg/ci.yml?branch=main)](https://github.com/npm/npm-package-arg)
44

55
Parses package name and specifier passed to commands like `npm install` or
66
`npm cache add`, or as found in `package.json` dependency sections.

0 commit comments

Comments
 (0)