Skip to content

Commit bdedce0

Browse files
committed
fix: Use correct URLs for badges
1 parent 1bf517d commit bdedce0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ To run:
5151
MIT
5252

5353
<!-- prettier-ignore-start -->
54-
[downloads-image]: https://img.shields.io/npm/dm/$PROJECT_NAME.svg?style=flat-square
55-
[npm-url]: https://www.npmjs.com/package/$PROJECT_NAME
56-
[npm-image]: https://img.shields.io/npm/v/$PROJECT_NAME.svg?style=flat-square
54+
[downloads-image]: https://img.shields.io/npm/dm/hacker.svg?style=flat-square
55+
[npm-url]: https://www.npmjs.com/package/hacker
56+
[npm-image]: https://img.shields.io/npm/v/hacker.svg?style=flat-square
5757

58-
[ci-url]: https://github.com/gulpjs/$PROJECT_NAME/actions?query=workflow:dev
59-
[ci-image]: https://img.shields.io/github/workflow/status/gulpjs/$PROJECT_NAME/dev?style=flat-square
58+
[ci-url]: https://github.com/gulpjs/hacker/actions?query=workflow:dev
59+
[ci-image]: https://img.shields.io/github/workflow/status/gulpjs/hacker/dev?style=flat-square
6060

61-
[coveralls-url]: https://coveralls.io/r/gulpjs/$PROJECT_NAME
62-
[coveralls-image]: https://img.shields.io/coveralls/gulpjs/$PROJECT_NAME/master.svg?style=flat-square
61+
[coveralls-url]: https://coveralls.io/r/gulpjs/hacker
62+
[coveralls-image]: https://img.shields.io/coveralls/gulpjs/hacker/master.svg?style=flat-square
6363
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)