build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / CLONE.md
index 8f899a061c07a89255c7f82dd90daad852575d98..3a54121bba4410ba0ec7d3c933374d588985646a 100644 (file)
--- a/CLONE.md
+++ b/CLONE.md
@@ -1,13 +1,15 @@
+**Markdown**
 
-
-  **Markdown**
-
-  ```markdown
+```markdown
 [![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)
+```
 
-  ```
+**HTML**
 
-  **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/jerome-benoit/c7c669b881d5b27dc0b44a639504ff93/raw/clone.json&logo=github'></a>
+```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/jerome-benoit/c7c669b881d5b27dc0b44a639504ff93/raw/clone.json&logo=github"
+/></a>
 ```