Skip to content

Commit 6d6f394

Browse files
authored
Document download statistics badges
1 parent 9c72420 commit 6d6f394

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,20 @@ If you are using a custom domain or BitBucket, use:
215215
(https://jitpack.io/#org.bitbucket.User/Repo)
216216
```
217217

218-
Or, if you prefer the flat-squared style:
218+
For download statistics badges you can use:
219+
- Weekly:
220+
```
221+
![Weekly download statistics](https://jitpack.io/v/USER/REPO/week.svg)
222+
```
223+
![Weekly download statistics](https://jitpack.io/v/jitpack/maven-simple/week.svg)
224+
- Monthly:
225+
```
226+
![Monthly download statistics](https://jitpack.io/v/USER/REPO/month.svg)
227+
```
228+
![Monthly download statistics](https://jitpack.io/v/jitpack/maven-simple/month.svg)
229+
230+
231+
If you prefer the flat-squared badge style you can append `?style=flat-square` to the URL:
219232
220233
```
221234
https://jitpack.io/v/User/Repo.svg?style=flat-square

0 commit comments

Comments
 (0)