build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / CLONE.md
1 **Markdown**
2
3 ```markdown
4 [![GitHub Clones](https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/jerome-benoit/c7c669b881d5b27dc0b44a639504ff93/raw/clone.json&logo=github)](https://github.com/MShawon/github-clone-count-badge)
5 ```
6
7 **HTML**
8
9 ```html
10 <a href="https://github.com/MShawon/github-clone-count-badge"
11 ><img
12 alt="GitHub Clones"
13 src="https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=https://gist.githubusercontent.com/jerome-benoit/c7c669b881d5b27dc0b44a639504ff93/raw/clone.json&logo=github"
14 /></a>
15 ```