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 May 8, 2024
1 parent ca598af commit 1e4a10c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CLONE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


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

0 comments on commit 1e4a10c

Please sign in to comment.