Skip to content

Commit

Permalink
doc: Fix image URLs in README for view counter badge
Browse files Browse the repository at this point in the history
The README file has been updated to fix the image URLs for the view counter badge. The URLs have been modified to include the full HTTPS protocol to ensure proper rendering of the badge.
  • Loading branch information
jim60105 authored Nov 5, 2023
1 parent 87962a3 commit b723f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ Save the file and push a new commit into `master` and wait for the GitHub Action
## Add counter to README
```html
<img src="{worker-name}.{cloudflare-id}.workers.dev" alt="View counter badge" />
<img src="https://{worker-name}.{cloudflare-id}.workers.dev" alt="View counter badge" />
```
OR
```markdown
![View counter badge]({worker-name}.{cloudflare-id}.workers.dev)
![View counter badge](https://{worker-name}.{cloudflare-id}.workers.dev)
```
## Customization
Expand Down

0 comments on commit b723f88

Please sign in to comment.