Skip to content

Commit 4378063

Browse files
authored
Merge pull request #4 from mbrookson/docs/badges
docs: Remove publish badge and change npm badge style
2 parents 652a79d + 4bf79d3 commit 4378063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Need a simple modal that just works? `react-simple-hook-modal` is just that!
44

5-
![Publish CI][publish] ![CI][ci] [![npm latest][npmbadge]][npmlink]
5+
![build][ci] [![npm latest][npmbadge]][npmlink]
66

77
![react-simple-hook-modal][logo]
88

@@ -84,8 +84,8 @@ If you have any issues, please create an issue here on GitHub.
8484
### Thanks!
8585

8686
[publish]: https://github.com/mbrookson/react-simple-hook-modal/workflows/Publish%20CI/badge.svg?branch=master
87-
[ci]: https://github.com/mbrookson/react-simple-hook-modal/workflows/CI/badge.svg
88-
[npmbadge]: https://img.shields.io/npm/v/react-simple-hook-modal.svg?style=flat-square
87+
[ci]: https://github.com/mbrookson/react-simple-hook-modal/workflows/CI/badge.svg?branch=master
88+
[npmbadge]: https://img.shields.io/npm/v/react-simple-hook-modal.svg
8989
[npmlink]: https://npmjs.org/package/react-simple-hook-modal
9090
[logo]: https://raw.githubusercontent.com/mbrookson/react-simple-hook-modal/master/logo.png
9191
[demo]: https://react-simple-hook-modal.now.sh/

0 commit comments

Comments
 (0)