Skip to content

Commit

Permalink
create clone count badge
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 18, 2024
1 parent 89d8fc7 commit 4b919c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CLONE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
**Markdown**

```markdown
[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/shreyanssethi/0ceb38c438e1d63b4fa5842aa8bbbf07/raw/clone.json&logo=github)](https://github.com/MShawon/github-clone-count-badge)
[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/shreyanssethi/8f83f854e206571d5b4d00dfe37012c2/raw/clone.json&logo=github)](https://github.com/MShawon/github-clone-count-badge)

```

**HTML**
```html
<a href='https://github.com/MShawon/github-clone-count-badge'><img alt='GitHub Clones' src='https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/shreyanssethi/0ceb38c438e1d63b4fa5842aa8bbbf07/raw/clone.json&logo=github'></a>
<a href='https://github.com/MShawon/github-clone-count-badge'><img alt='GitHub Clones' src='https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/shreyanssethi/8f83f854e206571d5b4d00dfe37012c2/raw/clone.json&logo=github'></a>
```

0 comments on commit 4b919c5

Please sign in to comment.