Skip to content

Commit

Permalink
docs(readme): fix broken badge URL
Browse files Browse the repository at this point in the history
  • Loading branch information
10xLaCroixDrinker committed Mar 18, 2024
1 parent 207ba7d commit 3c98f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# npm-package-arg

[![Build Status](https://travis-ci.org/npm/npm-package-arg.svg?branch=master)](https://travis-ci.org/npm/npm-package-arg)
[![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)

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

0 comments on commit 3c98f2e

Please sign in to comment.