Skip to content

Commit d707f5e

Browse files
committed
docs: update README
1 parent 6118efd commit d707f5e

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
# 📊 GitHub Stats Generator
1+
# GitHub Stats Generator
22

33
Générateur automatique de statistiques GitHub avec plusieurs variantes.
44

55
## 🎯 Résultat
66

77
Ce projet génère automatiquement des images SVG affichant, vos statistiques github et langages les plus utilisés.
88

9-
Exemple :
10-
11-
- `stats-top2.svg` - Top 2 langages
129
- `stats-top4.svg` - Top 4 langages
13-
- `stats-top6.svg` - Top 6 langages
1410
- `github-stats.svg` - Statistiques globale github
1511

12+
### Exemples :
13+
14+
<div style="display: inline-block" align="left">
15+
<img height="180px" src="https://fabiodevcode.github.io/github-stats/stats-top4.svg"/>
16+
<img height="180px" src="https://fabiodevcode.github.io/github-stats/github-stats.svg"/>
17+
</div>
18+
1619
## 🚀 Installation
1720

1821
### 1. Cloner le repository
@@ -123,7 +126,8 @@ https://votre-username.github.io/github-stats/github-stats.svg
123126
### Dans un README :
124127

125128
```markdown
126-
![Top 5 Languages](https://votre-username.github.io/github-stats/stats-top4.svg)
129+
![Top Languages](https://votre-username.github.io/github-stats/stats-top4.svg)
130+
![Top Languages](https://votre-username.github.io/github-stats/github-stats.svg)
127131
```
128132

129133
### En HTML :
@@ -133,15 +137,12 @@ https://votre-username.github.io/github-stats/github-stats.svg
133137
src="https://votre-username.github.io/github-stats/stats-top4.svg"
134138
alt="Top Languages"
135139
/>
140+
<img
141+
src="https://votre-username.github.io/github-stats/github-stats.svg"
142+
alt="Github Stats"
143+
/>
136144
```
137145

138-
### Exemples :
139-
140-
<div style="display: inline-block" align="left">
141-
<img height="180px" src="https://fabiodevcode.github.io/github-stats/stats-top4.svg"/>
142-
<img height="180px" src="https://fabiodevcode.github.io/github-stats/github-stats.svg"/>
143-
</div>
144-
145146
## ⚙️ Configuration
146147

147148
Toute la configuration se fait dans le fichier `config.json` :
@@ -221,4 +222,4 @@ Ce projet est libre d'utilisation pour votre usage personnel.
221222

222223
---
223224

224-
**Note :** Les statistiques sont mises à jour automatiquement chaque jour. Les repositories forkés sont exclus du calcul.
225+
**Note :** Les statistiques sont mises à jour automatiquement chaque Lundi. Les repositories forkés sont exclus du calcul.

0 commit comments

Comments
 (0)