Skip to content

Commit 3b61e4d

Browse files
authored
Replace visitor count with badge and refresh date
Updated visitor count badge and added refresh date.
1 parent e3cb10b commit 3b61e4d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

1_storage-databases/storage-account/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ Below is a list of variables used in this template, their expected values, types
4040
| `subscription_id` | The Azure subscription ID to use for the AzureRM provider. | string | `"your-subscription-id"` |
4141
| `tags` | A map of tags to assign to the resources. | map | `{ "env": "dev" }` |
4242

43+
<!-- START BADGE -->
4344
<div align="center">
44-
<h3 style="color: #4CAF50;">Total Visitors</h3>
45-
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
45+
<img src="https://img.shields.io/badge/Total%20views-1459-limegreen" alt="Total views">
46+
<p>Refresh Date: 2025-10-15</p>
4647
</div>
48+
<!-- END BADGE -->

0 commit comments

Comments
 (0)