Skip to content

Commit ff30188

Browse files
committed
fixed broken package name and link
1 parent ab72045 commit ff30188

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/primer-progress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Primer / Progress
22

3-
[![npm version](https://img.shields.io/npm/v/primer-progress-bar.svg)](https://www.npmjs.org/package/primer-progress-bar)
3+
[![npm version](https://img.shields.io/npm/v/primer-progress.svg)](https://www.npmjs.org/package/primer-progress)
44
[![Build Status](https://travis-ci.org/primer/primer.svg?branch=master)](https://travis-ci.org/primer/primer)
55

66
> Use Progress components to visualize task completion

modules/primer-progress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"style": "build/build.css",
1818
"sass": "index.scss",
1919
"main": "build/index.js",
20-
"repository": "https://github.com/primer/primer/tree/master/modules/primer-progress-bar",
20+
"repository": "https://github.com/primer/primer/tree/master/modules/primer-progress",
2121
"bugs": {
2222
"url": "https://github.com/primer/primer/issues"
2323
},

0 commit comments

Comments
 (0)