Skip to content

Commit 7983de6

Browse files
authored
docs: Fix badge links and enhance manual instructions
Updated badge links and improved manual addition instructions.
1 parent af5e28d commit 7983de6

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

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

33
# Purifier Card
44

5-
[![npm version][npm-image]][npm-url]
5+
[![GitHub Release][gh-release-image]][gh-release-url]
6+
[![GitHub Downloads][gh-downloads-image]][gh-downloads-url]
67
[![hacs][hacs-image]][hacs-url]
78
[![GitHub Sponsors][gh-sponsors-image]][gh-sponsors-url]
8-
[![Patreon][patreon-image]][patreon-url]
99
[![Buy Me A Coffee][buymeacoffee-image]][buymeacoffee-url]
1010
[![Twitter][twitter-image]][twitter-url]
1111

@@ -38,7 +38,7 @@ Just search for `Purifier Card` in the plugins tab.
3838
### Manual
3939

4040
<details>
41-
<summary>Add manually to dashboard resources</summary>
41+
<summary>Click to show how to manually add to dashboard resources</summary>
4242

4343
1. Download `purifier-card.js` file from the [latest-release].
4444
2. Put `purifier-card.js` file into your `config/www` folder.
@@ -297,8 +297,10 @@ MIT © [Denys Dovhan][denysdovhan]
297297

298298
<!-- Badges -->
299299

300-
[npm-url]: https://npmjs.org/package/purifier-card
301-
[npm-image]: https://img.shields.io/npm/v/purifier-card.svg?style=flat-square
300+
[gh-release-url]: https://github.com/denysdovhan/purifier-card/releases/latest
301+
[gh-release-image]: https://img.shields.io/github/v/release/denysdovhan/purifier-card?style=flat-square
302+
[gh-downloads-url]: https://github.com/denysdovhan/purifier-card/releases
303+
[gh-downloads-image]: https://img.shields.io/github/downloads/denysdovhan/purifier-card/total?style=flat-square
302304
[hacs-url]: https://github.com/hacs/integration
303305
[hacs-image]: https://img.shields.io/badge/hacs-default-orange.svg?style=flat-square
304306
[gh-sponsors-url]: https://github.com/sponsors/denysdovhan

0 commit comments

Comments
 (0)