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 Oct 18, 2023
1 parent 665d6cc commit f158296
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CLONE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


**Markdown**

```markdown
[![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/ZhouQiangwei/a388a9268d2c5696cc961831f136dfcd/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/ZhouQiangwei/a388a9268d2c5696cc961831f136dfcd/raw/clone.json&logo=github'></a>
```

0 comments on commit f158296

Please sign in to comment.